++ rg -v '#' /usr/share/zoneinfo/zone.tab ++ awk '{print $3}' ++ shuf ++ head -n1 + TZ=Atlantic/Bermuda + echo 'Choosen random timezone Atlantic/Bermuda' + ln -snf /usr/share/zoneinfo/Atlantic/Bermuda /etc/localtime Choosen random timezone Atlantic/Bermuda + echo Atlantic/Bermuda + dpkg -i package_folder/clickhouse-common-static_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static. (Reading database ... 49077 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-common-static (24.3.18.10389.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-common-static-dbg_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-common-static-dbg. (Reading database ... 49106 files and directories currently installed.) Preparing to unpack .../clickhouse-common-static-dbg_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-common-static-dbg (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-common-static-dbg (24.3.18.10389.altinitystable+msan) ... + dpkg -i package_folder/clickhouse-server_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-server. (Reading database ... 49115 files and directories currently installed.) Preparing to unpack .../clickhouse-server_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-server (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-server (24.3.18.10389.altinitystable+msan) ... Cannot set 'net_admin' or 'ipc_lock' or 'sys_nice' or 'net_bind_service' capability for clickhouse binary. This is optional. Taskstats accounting will be disabled. To enable taskstats accounting you may add the required capability later manually. ClickHouse binary is already located at /usr/bin/clickhouse Symlink /usr/bin/clickhouse-server already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-server to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-client to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-local to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-benchmark to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-obfuscator to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-git-import to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-compressor to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-format to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-extract-from-config already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-extract-from-config to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper to /usr/bin/clickhouse. Symlink /usr/bin/clickhouse-keeper-converter already exists but it points to /clickhouse. Will replace the old symlink to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-keeper-converter to /usr/bin/clickhouse. Creating symlink /usr/bin/clickhouse-disks to /usr/bin/clickhouse. Creating symlink /usr/bin/ch to /usr/bin/clickhouse. Creating symlink /usr/bin/chl to /usr/bin/clickhouse. Creating symlink /usr/bin/chc to /usr/bin/clickhouse. Creating clickhouse group if it does not exist. groupadd -r clickhouse Creating clickhouse user if it does not exist. useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse clickhouse Will set ulimits for clickhouse user in /etc/security/limits.d/clickhouse.conf. Creating config directory /etc/clickhouse-server/config.d that is used for tweaks of main server configuration. Creating config directory /etc/clickhouse-server/users.d that is used for tweaks of users configuration. Config file /etc/clickhouse-server/config.xml already exists, will keep it and extract path info from it. /etc/clickhouse-server/config.xml has /var/lib/clickhouse/ as data path. /etc/clickhouse-server/config.xml has /var/log/clickhouse-server/ as log path. Users config file /etc/clickhouse-server/users.xml already exists, will keep it and extract users info from it. Log directory /var/log/clickhouse-server/ already exists. Creating data directory /var/lib/clickhouse/. Creating pid directory /var/run/clickhouse-server. chown -R clickhouse:clickhouse '/var/log/clickhouse-server/' chown -R clickhouse:clickhouse '/var/run/clickhouse-server' chown clickhouse:clickhouse '/var/lib/clickhouse/' groupadd -r clickhouse-bridge useradd -r --shell /bin/false --home-dir /nonexistent -g clickhouse-bridge clickhouse-bridge chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-odbc-bridge' chown -R clickhouse-bridge:clickhouse-bridge '/usr/bin/clickhouse-library-bridge' Password for the default user is an empty string. See /etc/clickhouse-server/users.xml and /etc/clickhouse-server/users.d to change it. Setting capabilities for clickhouse binary. This is optional. chown -R clickhouse:clickhouse '/etc/clickhouse-server' ClickHouse has been successfully installed. Start clickhouse-server with: sudo clickhouse start Start clickhouse-client with: clickhouse-client + dpkg -i package_folder/clickhouse-client_24.3.18.10389.altinitystable+msan_amd64.deb Selecting previously unselected package clickhouse-client. (Reading database ... 49132 files and directories currently installed.) Preparing to unpack .../clickhouse-client_24.3.18.10389.altinitystable+msan_amd64.deb ... Unpacking clickhouse-client (24.3.18.10389.altinitystable+msan) ... Setting up clickhouse-client (24.3.18.10389.altinitystable+msan) ... + echo '' + [[ -z '' ]] + ch --query 'SELECT 1' 1 + chl --query 'SELECT 1' 1 + chc --version ClickHouse client version 24.3.18.10389.altinitystable (altinity build). + ln -s /usr/share/clickhouse-test/clickhouse-test /usr/bin/clickhouse-test + source /attach_gdb.lib ++ source /utils.lib + source /utils.lib + /usr/share/clickhouse-test/config/install.sh + DEST_SERVER_PATH=/etc/clickhouse-server + DEST_CLIENT_PATH=/etc/clickhouse-client +++ dirname /usr/share/clickhouse-test/config/install.sh ++ cd /usr/share/clickhouse-test/config ++ pwd -P + SRC_PATH=/usr/share/clickhouse-test/config + echo 'Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server' + mkdir -p /etc/clickhouse-server/config.d/ Going to install test configs from /usr/share/clickhouse-test/config into /etc/clickhouse-server + mkdir -p /etc/clickhouse-server/users.d/ + mkdir -p /etc/clickhouse-client + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_write.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_num_to_warn.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/listen.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/text_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/blob_storage_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_settings_prefixes.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_access_control_improvements.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/macros.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/secure_ports.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/clusters.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/graphite_alternative.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/database_atomic.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/max_concurrent_queries.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_settings.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backoff_failed_mutation.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree_old_dirs_cleanup.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/test_cluster_with_incorrect_pw.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/keeper_port.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logging_no_rotate.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/merge_tree.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/lost_forever_check.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/tcp_with_proxy.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/prometheus.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_lists.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/top_level_domains_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/transactions.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/encryption.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/CORS.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/logger_trace.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/named_collection.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/ssl_certs.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_cache_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/session_log.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/system_unfreeze.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_zero_copy_replication.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/nlp.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/forbidden_headers.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_keeper_map.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/custom_disks_base_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/display_name.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/reverse_dns_query_function.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/compressed_marks_and_index.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/disable_s3_env_credentials.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/enable_wait_for_shutdown_replicated_tables.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/backups.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/filesystem_caches_path.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/validate_tcp_client_information.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/zero_copy_destructive_operations.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/block_number.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/handlers.yaml /etc/clickhouse-server/config.d/ + '[' /etc/clickhouse-server = /etc/clickhouse-server ']' + ln -sf /usr/share/clickhouse-test/config/config.d/legacy_geobase.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/log_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/readonly.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/access_management.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/database_atomic_drop_detach_sync.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/opentelemetry.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/remote_queries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/session_log_test.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/memory_profiler.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/no_fsync_metadata.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/filelog.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/enable_blobs_check.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/marks.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/insert_keeper_retries.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/prefetch_settings.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/nonconst_timezone.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/allow_introspection_functions.yaml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/replicated_ddl_entry.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/users.d/timeouts.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/ints_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/strings_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/decimals_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/executable_pool_dictionary.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/test_function.xml /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/top_level_domains /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/regions_hierarchy.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/regions_names_en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-en.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/ext-ru.txt /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/lem-en.bin /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/server.key /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/server.crt /etc/clickhouse-server/ + ln -sf /usr/share/clickhouse-test/config/dhparam.pem /etc/clickhouse-server/ + ln -sf --backup=simple --suffix=_original.xml /usr/share/clickhouse-test/config/config.d/query_masking_rules.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/zookeeper_fault_injection.xml + ln -sf /usr/share/clickhouse-test/config/config.d/zookeeper.xml /etc/clickhouse-server/config.d/ + [[ -n '' ]] + rm -f /etc/clickhouse-server/config.d/cannot_allocate_thread_injection.xml + value=0 + sed --follow-symlinks -i 's|[01]|0|' /etc/clickhouse-server/config.d/keeper_port.xml + value=39159808 + sed --follow-symlinks -i 's|[[:digit:]]\+|39159808|' /etc/clickhouse-server/config.d/keeper_port.xml + value=27383808 + sed --follow-symlinks -i 's|[[:digit:]]\+|27383808|' /etc/clickhouse-server/config.d/keeper_port.xml + [[ -n '' ]] + [[ -n '' ]] + [[ -n '' ]] + ARM=aarch64 ++ uname -m + OS=x86_64 + [[ -n 1 ]] + echo x86_64 x86_64 + [[ '' -eq 1 ]] + [[ x86_64 == \a\a\r\c\h\6\4 ]] Adding azure configuration + echo 'Adding azure configuration' + ln -sf /usr/share/clickhouse-test/config/config.d/azure_storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02944.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02963.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/config.d/storage_conf_02961.xml /etc/clickhouse-server/config.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache.xml /etc/clickhouse-server/users.d/ + ln -sf /usr/share/clickhouse-test/config/users.d/s3_cache_new.xml /etc/clickhouse-server/users.d/ + [[ -n '' ]] + ln -sf /usr/share/clickhouse-test/config/client_config.xml /etc/clickhouse-client/config.xml + [[ -n '' ]] + ./setup_minio.sh stateless + azurite-blob --blobHost 0.0.0.0 --blobPort 10000 --debug /azurite_log + export MINIO_ROOT_USER=clickhouse + MINIO_ROOT_USER=clickhouse + export MINIO_ROOT_PASSWORD=clickhouse + MINIO_ROOT_PASSWORD=clickhouse + main stateless + local query_dir ++ check_arg stateless ++ local query_dir ++ '[' '!' 1 -eq 1 ']' ++ case "$1" in ++ query_dir=0_stateless ++ echo 0_stateless + query_dir=0_stateless + '[' '!' -f ./minio ']' + start_minio + mkdir -p ./minio_data + ./minio --version Azurite Blob service is starting on 0.0.0.0:10000 Azurite Blob service successfully listens on http://0.0.0.0:10000 minio version RELEASE.2022-01-03T18-22-58Z + wait_for_it + local counter=0 + local max_counter=60 + local url=http://localhost:11111 + params=('--silent' '--verbose') + local params + ./minio server --address :11111 ./minio_data + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 0 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=1 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 1 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=2 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 2 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=3 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 3 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=4 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 4 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=5 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 5 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=6 + grep AccessDenied + curl --silent --verbose http://localhost:11111 + [[ 6 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=7 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 7 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=8 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 8 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio + counter=9 + curl --silent --verbose http://localhost:11111 + grep AccessDenied trying to connect to minio + [[ 9 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 + counter=10 + curl --silent --verbose http://localhost:11111 + grep AccessDenied + [[ 10 == \6\0 ]] + echo 'trying to connect to minio' + sleep 1 trying to connect to minio API: http://172.17.0.2:11111 http://127.0.0.1:11111 Console: http://172.17.0.2:44605 http://127.0.0.1:44605 Documentation: https://docs.min.io WARNING: Console endpoint is listening on a dynamic port (44605), please use --console-address ":PORT" to choose a static port. + counter=11 + curl --silent --verbose http://localhost:11111 + grep AccessDenied AccessDeniedAccess Denied./1843167E25A3E12Bde375238-a35f-4fda-a0d8-51136535ca7e + lsof -i :11111 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME minio 259 root 10u IPv6 18978 0t0 TCP *:11111 (LISTEN) + sleep 5 + setup_minio stateless + local test_type=stateless + ./mc alias set clickminio http://localhost:11111 clickhouse clickhouse Added `clickminio` successfully. + ./mc admin user add clickminio test testtest Added user `test` successfully. + ./mc admin policy set clickminio readwrite user=test Policy `readwrite` is set on user `test` + ./mc mb clickminio/test Bucket created successfully `clickminio/test`. + '[' stateless = stateless ']' + ./mc policy set public clickminio/test Access permission for `clickminio/test` is set to `public` + upload_data 0_stateless /usr/share/clickhouse-test + local query_dir=0_stateless + local test_path=/usr/share/clickhouse-test + local data_path=/usr/share/clickhouse-test/queries/0_stateless/data_minio ++ ls /usr/share/clickhouse-test/queries/0_stateless/data_minio 02366_data.jsonl + for file in $(ls "${data_path}") + echo 02366_data.jsonl + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl clickminio/test/02366_data.jsonl `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02366_data.jsonl` -> `clickminio/test/02366_data.jsonl` Total: 0 B, Transferred: 0 B, Speed: 0 B/s 02731.arrow + for file in $(ls "${data_path}") + echo 02731.arrow + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow clickminio/test/02731.arrow `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.arrow` -> `clickminio/test/02731.arrow` Total: 0 B, Transferred: 3.82 MiB, Speed: 76.04 MiB/s 02731.parquet + for file in $(ls "${data_path}") + echo 02731.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet clickminio/test/02731.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02731.parquet` -> `clickminio/test/02731.parquet` Total: 0 B, Transferred: 1.57 MiB, Speed: 56.17 MiB/s 02876.parquet + for file in $(ls "${data_path}") + echo 02876.parquet + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet clickminio/test/02876.parquet `/usr/share/clickhouse-test/queries/0_stateless/data_minio/02876.parquet` -> `clickminio/test/02876.parquet` Total: 0 B, Transferred: 293 B, Speed: 31.32 KiB/s + for file in $(ls "${data_path}") + echo a.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv clickminio/test/a.tsv a.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/a.tsv` -> `clickminio/test/a.tsv` Total: 0 B, Transferred: 24 B, Speed: 2.61 KiB/s + for file in $(ls "${data_path}") + echo b.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv clickminio/test/b.tsv b.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/b.tsv` -> `clickminio/test/b.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.38 KiB/s c.tsv + for file in $(ls "${data_path}") + echo c.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv clickminio/test/c.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/c.tsv` -> `clickminio/test/c.tsv` Total: 0 B, Transferred: 33 B, Speed: 3.47 KiB/s + for file in $(ls "${data_path}") + echo tsv_with_header.tsv + ./mc cp /usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv clickminio/test/tsv_with_header.tsv tsv_with_header.tsv `/usr/share/clickhouse-test/queries/0_stateless/data_minio/tsv_with_header.tsv` -> `clickminio/test/tsv_with_header.tsv` Total: 0 B, Transferred: 44 B, Speed: 5.79 KiB/s + setup_aws_credentials + local minio_root_user=clickhouse + local minio_root_password=clickhouse + mkdir -p /root/.aws + cat + ./setup_hdfs_minicluster.sh + ls -lha total 135M drwxr-xr-x 1 root root 4.0K May 26 10:23 . drwxr-xr-x 1 root root 4.0K May 26 10:23 .. -rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1.6K Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1.3K May 26 10:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 3.9K May 26 10:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 1.4K May 26 10:23 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4.0K May 26 10:23 __blobstorage__ drwxr-xr-x 2 root root 4.0K Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4.0K May 26 10:19 broken_tests.json drwxr-xr-x 5 root root 340 May 26 10:22 dev -rwxr-xr-x 1 root root 0 May 26 10:22 .dockerenv drwxr-xr-x 1 root root 4.0K May 26 10:23 etc drwxr-xr-x 10 1000 1000 4.0K Jun 15 2021 hadoop-3.3.1 drwxr-xr-x 2 root root 4.0K Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21M Oct 31 2024 mc drwxr-xr-x 2 root root 4.0K Sep 11 2024 media -rwxr-xr-x 1 root root 114M Oct 31 2024 minio drwxr-xr-x 4 root root 4.0K May 26 10:23 minio_data drwxr-xr-x 2 root root 4.0K Sep 11 2024 mnt drwxr-xr-x 2 root root 4.0K Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4.0K May 26 10:22 package_folder dr-xr-xr-x 331 root root 0 May 26 10:22 proc -rwxrwxr-x 1 root root 8.2K Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4.0K May 26 10:23 root drwxr-xr-x 1 root root 4.0K May 26 10:23 run -rwxrwxr-x 1 root root 16K Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rwxrwxr-x 1 root root 11K Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3.4K Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4.0K Sep 11 2024 srv -rw-rw-r-- 1 root root 13K Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 10:22 sys drwxrwxr-x 2 1000 1000 4.0K May 26 10:22 test_output drwxrwxrwt 1 root root 4.0K May 26 10:23 tmp drwxr-xr-x 1 root root 4.0K Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib drwxr-xr-x 1 root root 4.0K Sep 11 2024 var + cd hadoop-3.3.1 + export JAVA_HOME=/usr + JAVA_HOME=/usr + mkdir -p target/test/data + chown clickhouse ./target/test/data + nc -z localhost 12222 + sudo -E -u clickhouse bin/mapred minicluster -format -nomr -nnport 12222 + sleep 1 + nc -z localhost 12222 + sleep 1 + nc -z localhost 12222 + lsof -i :12222 COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME java 545 clickhouse 322u IPv4 27177 0t0 TCP localhost:12222 (LISTEN) + sleep 5 + config_logs_export_cluster /etc/clickhouse-server/config.d/system_logs_export.yaml + set +x File /tmp/export-logs-config.sh does not exist, do not setup + [[ -n '' ]] + '[' 1 -gt 1 ']' + sudo clickhouse start chown -R clickhouse: '/var/run/clickhouse-server/' Will run sudo --preserve-env -u 'clickhouse' /usr/bin/clickhouse-server --config-file /etc/clickhouse-server/config.xml --pid-file /var/run/clickhouse-server/clickhouse-server.pid --daemon Waiting for server to start Waiting for server to start Server started + [[ -n '' ]] + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 + for _ in {1..100} + clickhouse-client --query 'SELECT 1' Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR) + sleep 1 127.0.0.1 - - [26/May/2025:13:23:57 +0000] "PUT /devstoreaccount1/cont?restype=container HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:57 +0000] "PUT /devstoreaccount1/cont/qmbyhjspavifmlmxhdxndjuikzemhlkn?blockid=rfhvkqnyknbluixfmzixbrfxcidvovriaxaomzsgixjpttjtvtpmjuwhlyfdtaro&comp=block HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:57 +0000] "PUT /devstoreaccount1/cont/qmbyhjspavifmlmxhdxndjuikzemhlkn?comp=blocklist HTTP/1.1" 201 - 127.0.0.1 - - [26/May/2025:13:23:57 +0000] "GET /devstoreaccount1/cont/qmbyhjspavifmlmxhdxndjuikzemhlkn HTTP/1.1" 206 4 127.0.0.1 - - [26/May/2025:13:23:57 +0000] "GET /devstoreaccount1/cont/qmbyhjspavifmlmxhdxndjuikzemhlkn HTTP/1.1" 206 2 127.0.0.1 - - [26/May/2025:13:23:57 +0000] "DELETE /devstoreaccount1/cont/qmbyhjspavifmlmxhdxndjuikzemhlkn HTTP/1.1" 202 - + for _ in {1..100} + clickhouse-client --query 'SELECT 1' 1 + break + setup_logs_replication + set +x File /tmp/export-logs-config.sh does not exist, do not setup + attach_gdb_to_clickhouse ++ kill -l SIGRTMIN + RTMIN=34 + echo ' set follow-fork-mode parent handle SIGHUP nostop noprint pass handle SIGINT nostop noprint pass handle SIGQUIT nostop noprint pass handle SIGPIPE nostop noprint pass handle SIGTERM nostop noprint pass handle SIGUSR1 nostop noprint pass handle SIGUSR2 nostop noprint pass handle SIG34 nostop noprint pass info signals continue backtrace full thread apply all backtrace full info registers disassemble /s up disassemble /s up disassemble /s p "done" detach quit ' + sleep 5 + ts '%Y-%m-%d %H:%M:%S' ++ cat /var/run/clickhouse-server/clickhouse-server.pid + gdb -batch -command script.gdb -p 733 + run_with_retry 60 clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' + [[ aehxB =~ e ]] + set_e=true + set +e + local total_retries=60 + shift + local retry=0 + '[' 0 -ge 60 ']' + clickhouse-client --query 'SELECT '\''Connected to clickhouse-server after attaching gdb'\''' Connected to clickhouse-server after attaching gdb + true + set -e + return + export -f run_tests + '[' 1 -gt 1 ']' + timeout_with_logging 9720 bash -c run_tests + local exit_code=0 + timeout 9720 bash -c run_tests + read -ra ADDITIONAL_OPTIONS + HIGH_LEVEL_COVERAGE=YES + '[' 1 -gt 1 ']' + [[ -n '' ]] + [[ -n '' ]] ++ clickhouse-client --query 'SELECT value LIKE '\''%SANITIZE_COVERAGE%'\'' FROM system.build_options WHERE name = '\''CXX_FLAGS'\''' + [[ 1 == 0 ]] + ADDITIONAL_OPTIONS+=('--jobs') + ADDITIONAL_OPTIONS+=('8') + [[ -n 4 ]] + [[ -n 6 ]] + ADDITIONAL_OPTIONS+=('--run-by-hash-num') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_NUM") + ADDITIONAL_OPTIONS+=('--run-by-hash-total') + ADDITIONAL_OPTIONS+=("$RUN_BY_HASH_TOTAL") + HIGH_LEVEL_COVERAGE=NO + [[ -n '' ]] + [[ NO = \Y\E\S ]] + ADDITIONAL_OPTIONS+=('--report-logs-stats') + try_run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + local total_retries=10 + shift + fn_exists run_with_retry + declare -F run_with_retry + run_with_retry 10 clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + [[ hxBc =~ e ]] + set_e=false + set +e + local total_retries=10 + shift + local retry=0 + '[' 0 -ge 10 ']' + clickhouse-client -q 'insert into system.zookeeper (name, path, value) values ('\''auxiliary_zookeeper2'\'', '\''/test/chroot/'\'', '\'''\'')' + false + return + set +e + clickhouse-test --testname --shard --zookeeper --check-zookeeper-session --hung-check --print-time --test-runs 1 --hung-check --print-time --jobs 8 --run-by-hash-num 4 --run-by-hash-total 6 --report-logs-stats + ts '%Y-%m-%d %H:%M:%S' + tee -a test_output/test_result.txt 2025-05-26 10:24:43 Using queries from '/usr/share/clickhouse-test/queries' directory 2025-05-26 10:24:43 Connecting to ClickHouse server... OK 2025-05-26 10:24:43 Connected to server 24.3.18.10389.altinitystable @ 7a1b53921dfb37a4fe50af3efd7b3b833d32682a HEAD 2025-05-26 10:24:44 Found 981 parallel tests and 111 sequential tests 2025-05-26 10:24:45 2025-05-26 10:24:45 Running about 122 stateless tests (ForkPoolWorker-2). 2025-05-26 10:24:45 2025-05-26 10:24:45 03303_alias_inverse_order: [ OK ] 0.91 sec. 2025-05-26 10:24:45 2025-05-26 10:24:45 Running about 122 stateless tests (ForkPoolWorker-8). 2025-05-26 10:24:45 2025-05-26 10:24:45 03203_system_numbers_limit_and_offset_complex: [ OK ] 0.92 sec. 2025-05-26 10:24:45 2025-05-26 10:24:45 Running about 122 stateless tests (ForkPoolWorker-4). 2025-05-26 10:24:45 2025-05-26 10:24:45 03217_filtering_in_storage_merge: [ OK ] 1.01 sec. 2025-05-26 10:24:45 2025-05-26 10:24:45 Running about 122 stateless tests (ForkPoolWorker-3). 2025-05-26 10:24:45 2025-05-26 10:24:45 03290_limit_by_segv: [ OK ] 1.39 sec. 2025-05-26 10:24:45 2025-05-26 10:24:45 Running about 122 stateless tests (ForkPoolWorker-6). 2025-05-26 10:24:45 2025-05-26 10:24:45 03251_unaligned_window_function_state: [ OK ] 1.39 sec. 2025-05-26 10:24:46 03151_pmj_join_non_procssed_clash: [ OK ] 0.81 sec. 2025-05-26 10:24:46 03152_analyzer_columns_list: [ OK ] 1.17 sec. 2025-05-26 10:24:46 2025-05-26 10:24:46 Running about 122 stateless tests (ForkPoolWorker-5). 2025-05-26 10:24:46 2025-05-26 10:24:46 03222_datetime64_small_value_const: [ OK ] 2.21 sec. 2025-05-26 10:24:46 03129_cte_with_final: [ OK ] 0.93 sec. 2025-05-26 10:24:46 03143_parallel_replicas_mat_view_bug: [ OK ] 0.89 sec. 2025-05-26 10:24:47 03164_analyzer_validate_tree_size: [ OK ] 1.71 sec. 2025-05-26 10:24:47 03038_move_partition_to_oneself_deadlock: [ OK ] 0.79 sec. 2025-05-26 10:24:47 03031_input_format_allow_errors_num_bad_escape_sequence: [ OK ] 0.58 sec. 2025-05-26 10:24:47 03023_remove_unused_column_distinct: [ OK ] 0.64 sec. 2025-05-26 10:24:47 03018_analyzer_distributed_query_with_positional_arguments: [ OK ] 0.64 sec. 2025-05-26 10:24:47 03033_analyzer_resolve_from_parent_scope: [ OK ] 1.19 sec. 2025-05-26 10:24:47 03019_numbers_pretty: [ OK ] 0.71 sec. 2025-05-26 10:24:47 2025-05-26 10:24:47 Running about 122 stateless tests (ForkPoolWorker-9). 2025-05-26 10:24:47 2025-05-26 10:24:47 03172_http_content_encoding: [ OK ] 3.54 sec. 2025-05-26 10:24:47 2025-05-26 10:24:47 Running about 122 stateless tests (ForkPoolWorker-7). 2025-05-26 10:24:47 2025-05-26 10:24:47 03198_settings_in_csv_tsv_schema_cache: [ OK ] 3.62 sec. 2025-05-26 10:24:47 03007_column_nullable_uninitialzed_value: [ OK ] 0.67 sec. 2025-05-26 10:24:48 03010_view_prewhere_in: [ OK ] 0.96 sec. 2025-05-26 10:24:48 03003_compatibility_setting_bad_value: [ OK ] 0.47 sec. 2025-05-26 10:24:48 03006_buffer_overflow_join: [ OK ] 0.67 sec. 2025-05-26 10:24:48 03002_map_array_functions_with_low_cardinality: [ OK ] 0.65 sec. 2025-05-26 10:24:48 03002_analyzer_prewhere: [ OK ] 1.09 sec. 2025-05-26 10:24:48 02999_scalar_subqueries_bug_2: [ OK ] 0.62 sec. 2025-05-26 10:24:49 03006_mv_deduplication_throw_if_async_insert: [ OK ] 1.22 sec. 2025-05-26 10:24:49 02997_projections_formatting: [ OK ] 0.63 sec. 2025-05-26 10:24:49 02995_preliminary_filters_duplicated_columns: [ OK ] 0.72 sec. 2025-05-26 10:24:49 02995_bad_formatting_union_intersect: [ OK ] 0.71 sec. 2025-05-26 10:24:49 02990_format_not_precedence: [ OK ] 0.71 sec. 2025-05-26 10:24:49 02988_join_using_prewhere_pushdown: [ OK ] 0.68 sec. 2025-05-26 10:24:50 02985_if_over_big_int_decimal: [ OK ] 0.90 sec. 2025-05-26 10:24:50 03001_bad_error_message_higher_order_functions: [ OK ] 2.15 sec. 2025-05-26 10:24:51 02982_unambiguous_alter_commands: [ OK ] 1.96 sec. 2025-05-26 10:24:51 02982_parallel_replicas_unexpected_cluster: [ OK ] 1.80 sec. 2025-05-26 10:24:51 02975_intdiv_with_decimal: [ OK ] 1.80 sec. 2025-05-26 10:24:52 02981_variant_type_function: [ OK ] 2.14 sec. 2025-05-26 10:24:52 03020_output_format_client: [ OK ] 5.64 sec. 2025-05-26 10:24:52 02971_limit_by_distributed: [ OK ] 1.09 sec. 2025-05-26 10:24:52 02973_dictionary_table_exception_fix: [ OK ] 1.17 sec. 2025-05-26 10:24:52 02968_analyzer_join_column_not_found: [ OK ] 0.73 sec. 2025-05-26 10:24:53 02967_analyzer_fuzz: [ OK ] 0.97 sec. 2025-05-26 10:24:53 02968_mysql_prefer_column_name_to_alias: [ OK ] 1.47 sec. 2025-05-26 10:24:53 02967_index_hint_crash: [ OK ] 0.70 sec. 2025-05-26 10:24:53 02962_analyzer_constant_set: [ OK ] 0.78 sec. 2025-05-26 10:24:54 02974_backup_query_format_null: [ OK ] 3.73 sec. 2025-05-26 10:24:54 02959_system_database_engines: [ OK ] 0.64 sec. 2025-05-26 10:24:54 02954_analyzer_fuzz_i57086: [ OK ] 0.77 sec. 2025-05-26 10:24:54 02962_indexHint_rpn_construction: [ OK ] 0.72 sec. 2025-05-26 10:24:54 03001_backup_matview_after_modify_query: [ OK ] 6.63 sec. 2025-05-26 10:24:55 02949_ttl_group_by_bug: [ OK ] 1.06 sec. 2025-05-26 10:24:55 02963_test_flexible_disk_configuration: [ OK ] 2.89 sec. 2025-05-26 10:24:55 02947_dropped_tables_parts: [ OK ] 1.04 sec. 2025-05-26 10:24:56 02950_reading_array_tuple_subcolumns: [ OK ] 1.96 sec. 2025-05-26 10:24:56 02949_parallel_replicas_in_subquery: [ OK ] 2.15 sec. 2025-05-26 10:24:56 02950_part_log_bytes_uncompressed: [ OK ] 3.01 sec. 2025-05-26 10:24:56 02935_ipv6_bit_operations: [ OK ] 0.69 sec. 2025-05-26 10:24:56 02943_tokenbf_and_ngrambf_indexes_support_match_function: [ OK ] 1.59 sec. 2025-05-26 10:24:57 02933_compare_with_bool_as_string: [ OK ] 0.64 sec. 2025-05-26 10:24:58 02950_parallel_replicas_used_count: [ OK ] 4.09 sec. 2025-05-26 10:24:58 02931_alter_materialized_view_query_inconsistent: [ OK ] 1.00 sec. 2025-05-26 10:24:59 02981_vertical_merges_memory_usage: [ OK ] 9.44 sec. 2025-05-26 10:25:00 02931_size_virtual_column_use_structure_from_insertion_table: [ OK ] 1.92 sec. 2025-05-26 10:25:00 02933_replicated_database_forbid_create_as_select: [ OK ] 4.13 sec. 2025-05-26 10:25:00 02916_csv_infer_numbers_from_strings: [ OK ] 0.63 sec. 2025-05-26 10:25:01 02918_gorilla_invalid_file: [ OK ] 2.15 sec. 2025-05-26 10:25:01 02932_query_settings_max_size_drop: [ OK ] 4.66 sec. 2025-05-26 10:25:01 02916_distributed_skip_unavailable_shards: [ OK ] 1.04 sec. 2025-05-26 10:25:02 02921_file_engine_size_virtual_column: [ OK ] 3.64 sec. 2025-05-26 10:25:02 02943_order_by_all: [ OK ] 6.90 sec. 2025-05-26 10:25:02 02915_analyzer_fuzz_5: [ OK ] 0.85 sec. 2025-05-26 10:25:02 02911_analyzer_explain_estimate: [ OK ] 0.71 sec. 2025-05-26 10:25:03 02903_bug_43644: [ OK ] 1.02 sec. 2025-05-26 10:25:04 02902_select_subcolumns_from_engine_null: [ OK ] 0.82 sec. 2025-05-26 10:25:06 02915_fpc_overflow: [ OK ] 4.94 sec. 2025-05-26 10:25:06 02901_remove_nullable_crash_analyzer: [ OK ] 1.70 sec. 2025-05-26 10:25:07 02900_window_function_with_sparse_column: [ OK ] 1.07 sec. 2025-05-26 10:25:07 02898_parallel_replicas_custom_key_final: [ OK ] 1.30 sec. 2025-05-26 10:25:08 02908_Npy_files_caching: [ OK ] 5.76 sec. 2025-05-26 10:25:08 02915_sleep_large_uint: [ OK ] 7.01 sec. 2025-05-26 10:25:09 02890_describe_table_options: [ OK ] 1.45 sec. 2025-05-26 10:25:10 02932_punycode: [ OK ] 14.18 sec. 2025-05-26 10:25:11 02884_parquet_new_encodings: [ OK ] 1.97 sec. 2025-05-26 10:25:13 02916_replication_protocol_wait_for_part: [ OK ] 12.52 sec. 2025-05-26 10:25:13 02897_alter_partition_parameters: [ OK ] 5.64 sec. 2025-05-26 10:25:13 02890_untuple_column_names: [ OK ] 5.56 sec. 2025-05-26 10:25:14 02907_fromDaysSinceYearZero: [ OK ] 11.47 sec. 2025-05-26 10:25:15 02876_json_incomplete_types_as_strings_inference: [ OK ] 1.68 sec. 2025-05-26 10:25:16 02871_join_on_system_errors: [ OK ] 1.35 sec. 2025-05-26 10:25:16 02883_array_scalar_mult_div_modulo: [ OK ] 4.72 sec. 2025-05-26 10:25:16 02872_prewhere_filter: [ OK ] 2.47 sec. 2025-05-26 10:25:17 02884_string_distance_function: [ OK ] 8.49 sec. 2025-05-26 10:25:17 02871_multiple_joins_rewriter_v2_handle_last_table_columns: [ OK ] 1.25 sec. 2025-05-26 10:25:18 02868_operator_is_not_distinct_from_priority: [ OK ] 1.20 sec. 2025-05-26 10:25:18 02867_null_lc_in_bug: [ OK ] 1.46 sec. 2025-05-26 10:25:19 02871_clickhouse_client_restart_pager: [ OK ] 3.01 sec. 2025-05-26 10:25:21 02862_sorted_distinct_sparse_fix: [ OK ] 3.63 sec. 2025-05-26 10:25:22 02860_distributed_flush_on_detach: [ OK ] 3.48 sec. 2025-05-26 10:25:22 02883_zookeeper_finalize_stress: [ OK ] 11.76 sec. 2025-05-26 10:25:23 02845_domain_rfc_support_ipv6: [ OK ] 1.66 sec. 2025-05-26 10:25:25 02844_table_function_url_filter_by_virtual_columns: [ OK ] 2.52 sec. 2025-05-26 10:25:26 02864_restore_table_with_broken_part: [ OK ] 8.37 sec. 2025-05-26 10:25:26 02843_context_has_expired: [ OK ] 2.26 sec. 2025-05-26 10:25:26 02843_date_predicate_optimizations_bugs: [ OK ] 0.69 sec. 2025-05-26 10:25:26 02876_yyyymmddtodate: [ OK ] 12.56 sec. 2025-05-26 10:25:26 02864_statistic_exception: [ OK ] 8.80 sec. 2025-05-26 10:25:26 02845_parquet_odd_decimals: [ OK ] 3.63 sec. 2025-05-26 10:25:26 02833_sparse_columns_tuple_function: [ OK ] 0.89 sec. 2025-05-26 10:25:27 02832_transform_fixed_string_no_default: [ OK ] 0.67 sec. 2025-05-26 10:25:27 02814_ReplacingMergeTree_fix_select_final_on_single_partition: [ OK ] 1.05 sec. 2025-05-26 10:25:27 02814_create_index_uniq_noop: [ OK ] 0.52 sec. 2025-05-26 10:25:28 02842_table_function_file_filter_by_virtual_columns: [ OK ] 2.48 sec. 2025-05-26 10:25:30 02811_invalid_embedded_rocksdb_create: [ OK ] 2.63 sec. 2025-05-26 10:25:30 02833_tuple_concat: [ OK ] 4.10 sec. 2025-05-26 10:25:30 02842_filesystem_cache_validate_path: [ OK ] 4.28 sec. 2025-05-26 10:25:31 02810_row_binary_with_defaults: [ OK ] 0.89 sec. 2025-05-26 10:25:32 02812_pointwise_array_operations: [ OK ] 4.79 sec. 2025-05-26 10:25:32 02811_primary_key_in_columns: [ OK ] 3.92 sec. 2025-05-26 10:25:33 02813_seriesOutliersDetectTukey: [ OK ] 5.95 sec. 2025-05-26 10:25:33 02809_prewhere_and_in: [ OK ] 2.60 sec. 2025-05-26 10:25:34 02792_drop_projection_lwd: [ OK ] 1.67 sec. 2025-05-26 10:25:34 02811_csv_input_field_type_mismatch: [ OK ] 4.00 sec. 2025-05-26 10:25:34 02789_jit_cannot_convert_column: [ OK ] 0.83 sec. 2025-05-26 10:25:35 02790_client_max_opening_fd: [ OK ] 1.94 sec. 2025-05-26 10:25:35 02787_transform_null: [ OK ] 0.86 sec. 2025-05-26 10:25:35 02789_functions_after_sorting_and_columns_with_same_names_bug: [ OK ] 1.22 sec. 2025-05-26 10:25:35 02785_left_anti_join_bug: [ OK ] 1.08 sec. 2025-05-26 10:25:36 02785_global_join_too_many_columns: [ OK ] 1.25 sec. 2025-05-26 10:25:36 02803_backup_tmp_files: [ OK ] 3.82 sec. 2025-05-26 10:25:36 02784_projections_read_in_order_bug: [ OK ] 1.14 sec. 2025-05-26 10:25:37 02783_parsedatetimebesteffort_syslog: [ OK ] 0.84 sec. 2025-05-26 10:25:37 02771_if_constant_folding: [ OK ] 0.75 sec. 2025-05-26 10:25:38 02782_avro_decimals: [ OK ] 2.40 sec. 2025-05-26 10:25:39 02766_bitshift_with_const_arguments: [ OK ] 1.74 sec. 2025-05-26 10:25:39 02845_threads_count_in_distributed_queries: [ OK ] 20.23 sec. 2025-05-26 10:25:39 02764_parallel_replicas_plain_merge_tree: [ OK ] 1.99 sec. 2025-05-26 10:25:40 02764_index_analysis_fix: [ OK ] 1.05 sec. 2025-05-26 10:25:40 02784_disable_async_with_dedup_correctly: [ OK ] 5.68 sec. 2025-05-26 10:25:41 02746_index_analysis_binary_operator_with_null: [ OK ] 0.83 sec. 2025-05-26 10:25:41 02941_variant_type_4: [ OK ] 46.02 sec. 2025-05-26 10:25:42 02751_protobuf_ipv6: [ OK ] 2.47 sec. 2025-05-26 10:25:42 02735_array_map_array_of_tuples: [ OK ] 0.74 sec. 2025-05-26 10:25:42 02752_space_function: [ OK ] 3.07 sec. 2025-05-26 10:25:43 02734_sparse_columns_short_circuit: [ OK ] 0.98 sec. 2025-05-26 10:25:43 02731_nothing_deserialization: [ OK ] 1.01 sec. 2025-05-26 10:25:44 02725_object_column_alter: [ OK ] 1.36 sec. 2025-05-26 10:25:45 02730_with_fill_by_sorting_prefix: [ OK ] 3.00 sec. 2025-05-26 10:25:45 02725_any_join_single_row: [ OK ] 2.28 sec. 2025-05-26 10:25:46 02724_persist_interval_type: [ OK ] 1.93 sec. 2025-05-26 10:25:46 02751_text_formats_bad_nullable_parsing: [ OK ] 6.34 sec. 2025-05-26 10:25:46 02731_replace_partition_from_temporary_table: [ OK ] 3.97 sec. 2025-05-26 10:25:46 02720_row_policy_column_with_dots: [ OK ] 1.13 sec. 2025-05-26 10:25:47 02810_async_insert_dedup_replicated_collapsing: [ OK ] 16.75 sec. 2025-05-26 10:25:47 02715_or_null: [ OK ] 0.85 sec. 2025-05-26 10:25:47 02714_date_date32_in: [ OK ] 0.78 sec. 2025-05-26 10:25:48 02707_analyzer_nested_lambdas_types: [ OK ] 0.83 sec. 2025-05-26 10:25:48 02723_param_exception_message_context: [ OK ] 2.71 sec. 2025-05-26 10:25:49 02701_invalid_having_NOT_AN_AGGREGATE: [ OK ] 1.10 sec. 2025-05-26 10:25:49 02699_polygons_sym_difference_rollup: [ OK ] 0.95 sec. 2025-05-26 10:25:49 02705_settings_check_changed_flag: [ OK ] 2.19 sec. 2025-05-26 10:25:49 02711_server_uuid_macro: [ OK ] 2.55 sec. 2025-05-26 10:25:50 02710_protobuf_ipv4_date32: [ OK ] 3.24 sec. 2025-05-26 10:25:50 02695_logical_optimizer_alias_bug: [ OK ] 0.87 sec. 2025-05-26 10:25:50 02693_multiple_joins_in: [ OK ] 0.78 sec. 2025-05-26 10:25:50 02696_ignore_inacc_tables_mat_view_atttach: [ OK ] 1.01 sec. 2025-05-26 10:25:50 02687_native_fuzz: [ OK ] 1.01 sec. 2025-05-26 10:25:51 02678_explain_pipeline_graph_with_projection: [ OK ] 0.88 sec. 2025-05-26 10:25:51 02680_datetime64_monotonic_check: [ OK ] 1.19 sec. 2025-05-26 10:25:52 02679_query_parameters_dangling_pointer: [ OK ] 1.45 sec. 2025-05-26 10:25:52 02680_illegal_type_of_filter_projection: [ OK ] 1.47 sec. 2025-05-26 10:25:52 02675_grant_query_formatting: [ OK ] 1.44 sec. 2025-05-26 10:25:53 02714_async_inserts_empty_data: [ OK ] 6.50 sec. 2025-05-26 10:25:54 02597_column_delete_and_replication: [ OK ] 2.55 sec. 2025-05-26 10:25:55 02594_msgpack_more_types: [ OK ] 2.58 sec. 2025-05-26 10:25:56 02595_orc_arrow_parquet_more_types: [ OK ] 4.59 sec. 2025-05-26 10:25:57 02584_compressor_codecs: [ OK ] 2.31 sec. 2025-05-26 10:25:57 02582_analyzer_join_subquery_empty_column_list: [ OK ] 1.66 sec. 2025-05-26 10:25:58 02582_async_reading_with_small_limit: [ OK ] 1.63 sec. 2025-05-26 10:25:59 02579_fill_empty_chunk_analyzer: [ OK ] 0.75 sec. 2025-05-26 10:26:00 02578_ipv4_codec_t64: [ OK ] 0.92 sec. 2025-05-26 10:26:01 02575_merge_prewhere_materialized: [ OK ] 1.22 sec. 2025-05-26 10:26:02 02581_width_bucket: [ OK ] 5.37 sec. 2025-05-26 10:26:03 02575_map_hashing_msan: [ OK ] 1.11 sec. 2025-05-26 10:26:03 02572_max_intersections: [ OK ] 0.71 sec. 2025-05-26 10:26:04 02784_parallel_replicas_automatic_decision: [ OK ] 28.29 sec. 2025-05-26 10:26:04 02574_suspicious_low_cardinality_msan: [ OK ] 1.52 sec. 2025-05-26 10:26:05 02565_analyzer_limit_settings: [ OK ] 1.44 sec. 2025-05-26 10:26:07 02571_local_desc_abort_on_twitter_json: [ OK ] 3.53 sec. 2025-05-26 10:26:07 02581_share_big_sets_between_mutation_tasks_with_storage_set: [ OK ] 9.66 sec. 2025-05-26 10:26:10 02567_native_type_conversions: [ OK ] 6.30 sec. 2025-05-26 10:26:11 02560_window_ntile: [ OK ] 3.96 sec. 2025-05-26 10:26:12 02560_count_digits: [ OK ] 1.08 sec. 2025-05-26 10:26:14 02556_local_with_totals_and_extremes: [ OK ] 1.89 sec. 2025-05-26 10:26:14 02561_sorting_constants_and_distinct_crash: [ OK ] 7.43 sec. 2025-05-26 10:26:15 02552_client_format_settings: [ OK ] 0.61 sec. 2025-05-26 10:26:16 02561_temporary_table_grants: [ OK ] 10.18 sec. 2025-05-26 10:26:17 02541_empty_function_support_ip: [ OK ] 0.81 sec. 2025-05-26 10:26:17 02539_generate_random_ip: [ OK ] 0.77 sec. 2025-05-26 10:26:19 02560_vertical_merge_memory_usage: [ OK ] 9.03 sec. 2025-05-26 10:26:19 02661_read_from_archive_tar: [ OK ] 28.24 sec. 2025-05-26 10:26:19 02661_read_from_archive_targz: [ OK ] 28.22 sec. 2025-05-26 10:26:20 02661_read_from_archive_tzst: [ OK ] 28.34 sec. 2025-05-26 10:26:20 02536_date_from_number_inference_fix: [ OK ] 0.73 sec. 2025-05-26 10:26:20 02535_analyzer_limit_offset: [ OK ] 0.58 sec. 2025-05-26 10:26:21 02524_fuzz_and_fuss: [ OK ] 0.60 sec. 2025-05-26 10:26:21 02538_alter_rename_sequence: [ OK ] 1.76 sec. 2025-05-26 10:26:21 02526_kv_engine_different_filter_type: [ OK ] 1.04 sec. 2025-05-26 10:26:21 02539_vertical_merge_compact_parts: [ OK ] 3.69 sec. 2025-05-26 10:26:21 02534_join_prewhere_bug: [ OK ] 1.40 sec. 2025-05-26 10:26:22 02522_different_types_in_storage_merge: [ OK ] 0.81 sec. 2025-05-26 10:26:22 02515_tuple_lambda_parsing: [ OK ] 0.49 sec. 2025-05-26 10:26:22 02517_uuid_parsing: [ OK ] 0.77 sec. 2025-05-26 10:26:22 02514_tsv_zero_started_number: [ OK ] 0.64 sec. 2025-05-26 10:26:23 02503_in_lc_const_args_bug: [ OK ] 0.63 sec. 2025-05-26 10:26:23 02504_disallow_arrayjoin_in_mutations: [ OK ] 1.39 sec. 2025-05-26 10:26:23 02507_to_unix_timestamp_overflow: [ OK ] 1.50 sec. 2025-05-26 10:26:24 02503_join_switch_alias_fuzz: [ OK ] 0.64 sec. 2025-05-26 10:26:24 02499_escaped_quote_schema_inference: [ OK ] 0.61 sec. 2025-05-26 10:26:24 02499_analyzer_set_index: [ OK ] 0.99 sec. 2025-05-26 10:26:26 02498_random_string_in_json_schema_inference: [ OK ] 1.94 sec. 2025-05-26 10:26:28 02496_row_binary_large_string_size: [ OK ] 3.24 sec. 2025-05-26 10:26:29 02494_array_function_range: [ OK ] 0.91 sec. 2025-05-26 10:26:30 02495_concat_with_separator: [ OK ] 4.73 sec. 2025-05-26 10:26:35 02516_projections_with_rollup: [ OK ] 13.98 sec. 2025-05-26 10:26:37 02555_davengers_rename_chain: [ OK ] 22.28 sec. 2025-05-26 10:26:37 02493_analyzer_table_functions_untuple: [ OK ] 1.44 sec. 2025-05-26 10:26:37 02498_storage_join_key_positions: [ OK ] 13.22 sec. 2025-05-26 10:26:38 02493_inconsistent_hex_and_binary_number: [ OK ] 7.08 sec. 2025-05-26 10:26:38 02550_client_connections_credentials: [ OK ] 22.55 sec. 2025-05-26 10:26:38 02487_create_index_normalize_functions: [ OK ] 0.97 sec. 2025-05-26 10:26:38 02493_max_streams_for_merge_tree_reading: [ OK ] 8.97 sec. 2025-05-26 10:26:38 02482_execute_functions_before_sorting_bug: [ OK ] 0.96 sec. 2025-05-26 10:26:39 02764_csv_trim_whitespaces: [ OK ] 60.27 sec. 2025-05-26 10:26:39 02481_default_value_used_in_row_level_filter: [ OK ] 1.02 sec. 2025-05-26 10:26:39 02479_nullable_primary_key_non_first_column: [ OK ] 1.06 sec. 2025-05-26 10:26:39 02480_analyzer_alias_nullptr: [ OK ] 1.19 sec. 2025-05-26 10:26:39 02479_if_with_null_and_cullable_const: [ OK ] 0.71 sec. 2025-05-26 10:26:40 02477_logical_expressions_optimizer_low_cardinality: [ OK ] 1.04 sec. 2025-05-26 10:26:41 02476_query_parameters_without_serialisation: [ OK ] 1.14 sec. 2025-05-26 10:26:41 02477_age_datetime64: [ OK ] 2.04 sec. 2025-05-26 10:26:41 02477_age: [ OK ] 2.53 sec. 2025-05-26 10:26:42 02475_analyzer_join_tree_subquery: [ OK ] 0.80 sec. 2025-05-26 10:26:42 02474_extract_fixedstring_from_json: [ OK ] 0.88 sec. 2025-05-26 10:26:44 02470_suspicious_low_cardinality_msan: [ OK ] 2.58 sec. 2025-05-26 10:26:44 02477_s3_request_throttler: [ OK ] 5.50 sec. 2025-05-26 10:26:45 02456_aggregate_state_conversion: [ OK ] 0.69 sec. 2025-05-26 10:26:46 02456_alter-nullable-column-bag: [ OK ] 1.07 sec. 2025-05-26 10:26:46 02455_extract_fixed_string_from_nested_json: [ OK ] 0.90 sec. 2025-05-26 10:26:47 02454_set_parameters_formatting: [ OK ] 1.62 sec. 2025-05-26 10:26:48 02457_tuple_of_intervals: [ OK ] 5.98 sec. 2025-05-26 10:26:48 02436_system_zookeeper_context: [ OK ] 0.96 sec. 2025-05-26 10:26:49 02429_combinators_in_array_reduce: [ OK ] 0.86 sec. 2025-05-26 10:26:50 02490_replacing_merge_tree_is_deleted_column: [ OK ] 12.75 sec. 2025-05-26 10:26:50 02429_low_cardinality_trash: [ OK ] 1.97 sec. 2025-05-26 10:26:51 02428_combinators_with_over_statement: [ OK ] 1.07 sec. 2025-05-26 10:26:52 02428_delete_with_settings: [ OK ] 2.61 sec. 2025-05-26 10:26:53 02428_index_analysis_with_null_literal: [ OK ] 3.26 sec. 2025-05-26 10:26:53 02426_pod_array_overflow_3: [ OK ] 1.18 sec. 2025-05-26 10:26:54 02521_tsv_csv_custom_header_detection: [ OK ] 32.80 sec. 2025-05-26 10:26:55 02426_orc_bug: [ OK ] 1.95 sec. 2025-05-26 10:26:55 02477_invalid_reads: [ OK ] 15.73 sec. 2025-05-26 10:26:56 02414_all_new_table_functions_must_be_documented: [ OK ] 0.59 sec. 2025-05-26 10:26:56 02408_to_fixed_string_short_circuit: [ OK ] 0.67 sec. 2025-05-26 10:26:57 02422_insert_different_granularity: [ OK ] 3.16 sec. 2025-05-26 10:26:57 02444_async_broken_outdated_part_loading: [ OK ] 10.86 sec. 2025-05-26 10:26:57 02402_merge_engine_with_view: [ OK ] 1.06 sec. 2025-05-26 10:26:57 02418_keeper_map_keys_limit: [ OK ] 2.53 sec. 2025-05-26 10:26:58 02383_schema_inference_hints: [ OK ] 0.67 sec. 2025-05-26 10:26:59 02383_array_signed_const_positive_index: [ OK ] 1.48 sec. 2025-05-26 10:26:59 02381_analyzer_join_final: [ OK ] 1.25 sec. 2025-05-26 10:27:00 02400_memory_accounting_on_error: [ OK ] 2.87 sec. 2025-05-26 10:27:01 02377_optimize_sorting_by_input_stream_properties: [ OK ] 1.92 sec. 2025-05-26 10:27:02 02381_join_dup_columns_in_plan: [ OK ] 2.71 sec. 2025-05-26 10:27:02 02377_modify_column_from_lc: [ OK ] 2.20 sec. 2025-05-26 10:27:03 02376_analyzer_in_function_subquery: [ OK ] 1.70 sec. 2025-05-26 10:27:04 02374_analyzer_array_join: [ OK ] 2.31 sec. 2025-05-26 10:27:06 02372_now_in_block: [ OK ] 2.95 sec. 2025-05-26 10:27:07 02370_analyzer_in_function: [ OK ] 2.60 sec. 2025-05-26 10:27:09 02366_kql_mvexpand: [ OK ] 1.81 sec. 2025-05-26 10:27:09 02364_window_case: [ OK ] 0.71 sec. 2025-05-26 10:27:14 02366_kql_func_ip: [ OK ] 8.30 sec. 2025-05-26 10:27:15 02361_fsync_profile_events: [ OK ] 5.05 sec. 2025-05-26 10:27:18 02358_file_default_value: [ OK ] 3.02 sec. 2025-05-26 10:27:18 02373_datetime64_monotonicity: [ OK ] 16.25 sec. 2025-05-26 10:27:20 02354_vector_search_default_granularity: [ OK ] 1.65 sec. 2025-05-26 10:27:21 02354_vector_search_queries: [ FAIL ] 6.00 sec. - result differs with reference: 2025-05-26 10:27:21 --- /usr/share/clickhouse-test/queries/0_stateless/02354_vector_search_queries.reference 2025-05-26 10:19:55.316290309 -0300 2025-05-26 10:27:21 +++ /tmp/clickhouse-test/0_stateless/02354_vector_search_queries.stdout 2025-05-26 10:27:21.046309541 -0300 2025-05-26 10:27:21 @@ -16,7 +16,7 @@ 2025-05-26 10:27:21 6 [0,2.1] 0.09999990463256836 2025-05-26 10:27:21 7 [0,2.2] 0.20000004768371582 2025-05-26 10:27:21 - Annoy: WHERE-type, EXPLAIN 2025-05-26 10:27:21 -Expression ((Projection + Before ORDER BY)) 2025-05-26 10:27:21 +Expression ((Project names + Projection)) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Expression 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_annoy) 2025-05-26 10:27:21 @@ -25,29 +25,19 @@ 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 1/1 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: annoy GRANULARITY 100000000 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 1/1 2025-05-26 10:27:21 - Annoy: ORDER-BY-type, EXPLAIN 2025-05-26 10:27:21 -Expression (Projection) 2025-05-26 10:27:21 +Expression (Project names) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Sorting (Sorting for ORDER BY) 2025-05-26 10:27:21 - Expression (Before ORDER BY) 2025-05-26 10:27:21 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_annoy) 2025-05-26 10:27:21 Indexes: 2025-05-26 10:27:21 PrimaryKey 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 1/1 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: annoy GRANULARITY 100000000 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 1/1 2025-05-26 10:27:21 - Usearch: WHERE-type, EXPLAIN 2025-05-26 10:27:21 -Expression ((Projection + Before ORDER BY)) 2025-05-26 10:27:21 +Expression ((Project names + Projection)) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Expression 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_usearch) 2025-05-26 10:27:21 @@ -56,27 +46,17 @@ 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 1/1 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: usearch GRANULARITY 100000000 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 1/1 2025-05-26 10:27:21 - Usearch: ORDER-BY-type, EXPLAIN 2025-05-26 10:27:21 -Expression (Projection) 2025-05-26 10:27:21 +Expression (Project names) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Sorting (Sorting for ORDER BY) 2025-05-26 10:27:21 - Expression (Before ORDER BY) 2025-05-26 10:27:21 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_usearch) 2025-05-26 10:27:21 Indexes: 2025-05-26 10:27:21 PrimaryKey 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 1/1 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: usearch GRANULARITY 100000000 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 1/1 2025-05-26 10:27:21 ARRAY vectors, 12 rows, index_granularity = 3, GRANULARITY = 2 --> 4 granules, 2 indexed block 2025-05-26 10:27:21 - Annoy: WHERE-type 2025-05-26 10:27:21 6 [0,2] 0 2025-05-26 10:27:21 @@ -95,7 +75,7 @@ 2025-05-26 10:27:21 7 [0,2.1] 0.09999990463256836 2025-05-26 10:27:21 8 [0,2.2] 0.20000004768371582 2025-05-26 10:27:21 - Annoy: WHERE-type, EXPLAIN 2025-05-26 10:27:21 -Expression ((Projection + Before ORDER BY)) 2025-05-26 10:27:21 +Expression ((Project names + Projection)) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Expression 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_annoy) 2025-05-26 10:27:21 @@ -104,29 +84,19 @@ 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 4/4 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: annoy GRANULARITY 2 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 1/4 2025-05-26 10:27:21 - Annoy: ORDER-BY-type, EXPLAIN 2025-05-26 10:27:21 -Expression (Projection) 2025-05-26 10:27:21 +Expression (Project names) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Sorting (Sorting for ORDER BY) 2025-05-26 10:27:21 - Expression (Before ORDER BY) 2025-05-26 10:27:21 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_annoy) 2025-05-26 10:27:21 Indexes: 2025-05-26 10:27:21 PrimaryKey 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 4/4 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: annoy GRANULARITY 2 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 2/4 2025-05-26 10:27:21 - Usearch: WHERE-type, EXPLAIN 2025-05-26 10:27:21 -Expression ((Projection + Before ORDER BY)) 2025-05-26 10:27:21 +Expression ((Project names + Projection)) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Expression 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_usearch) 2025-05-26 10:27:21 @@ -135,27 +105,17 @@ 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 4/4 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: usearch GRANULARITY 2 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 1/4 2025-05-26 10:27:21 - Usearch: ORDER-BY-type, EXPLAIN 2025-05-26 10:27:21 -Expression (Projection) 2025-05-26 10:27:21 +Expression (Project names) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Sorting (Sorting for ORDER BY) 2025-05-26 10:27:21 - Expression (Before ORDER BY) 2025-05-26 10:27:21 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_usearch) 2025-05-26 10:27:21 Indexes: 2025-05-26 10:27:21 PrimaryKey 2025-05-26 10:27:21 Condition: true 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 4/4 2025-05-26 10:27:21 - Skip 2025-05-26 10:27:21 - Name: idx 2025-05-26 10:27:21 - Description: usearch GRANULARITY 2 2025-05-26 10:27:21 - Parts: 1/1 2025-05-26 10:27:21 - Granules: 2/4 2025-05-26 10:27:21 TUPLE vectors and special cases 2025-05-26 10:27:21 - Annoy: WHERE-type 2025-05-26 10:27:21 0 (4.6,2.3) 0.5527864045000421 2025-05-26 10:27:21 @@ -163,24 +123,27 @@ 2025-05-26 10:27:21 2 (4.2,3.4) 0.37080174340866845 2025-05-26 10:27:21 - Annoy: ORDER-BY-type 2025-05-26 10:27:21 6 (1,9.3) 0.005731362878640178 2025-05-26 10:27:21 +4 (2.4,5.2) 0.09204062768384846 2025-05-26 10:27:21 1 (2,3.2) 0.15200169244542905 2025-05-26 10:27:21 -7 (5.5,4.7) 0.3503476876550442 2025-05-26 10:27:21 - Usearch: WHERE-type 2025-05-26 10:27:21 0 (4.6,2.3) 0.5527864045000421 2025-05-26 10:27:21 1 (2,3.2) 0.15200169244542905 2025-05-26 10:27:21 2 (4.2,3.4) 0.37080174340866845 2025-05-26 10:27:21 - Usearch: ORDER-BY-type 2025-05-26 10:27:21 6 (1,9.3) 0.005731362878640178 2025-05-26 10:27:21 +4 (2.4,5.2) 0.09204062768384846 2025-05-26 10:27:21 1 (2,3.2) 0.15200169244542905 2025-05-26 10:27:21 -7 (5.5,4.7) 0.3503476876550442 2025-05-26 10:27:21 - Special case: MaximumDistance is negative 2025-05-26 10:27:21 - Special case: MaximumDistance is negative 2025-05-26 10:27:21 - Special case: setting "annoy_index_search_k_nodes" 2025-05-26 10:27:21 +6 (1,9.3) 0.005731362878640178 2025-05-26 10:27:21 +4 (2.4,5.2) 0.09204062768384846 2025-05-26 10:27:21 +1 (2,3.2) 0.15200169244542905 2025-05-26 10:27:21 - Special case: setting "max_limit_for_ann_queries" 2025-05-26 10:27:21 -Expression (Projection) 2025-05-26 10:27:21 +Expression (Project names) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Sorting (Sorting for ORDER BY) 2025-05-26 10:27:21 - Expression (Before ORDER BY) 2025-05-26 10:27:21 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_annoy) 2025-05-26 10:27:21 Indexes: 2025-05-26 10:27:21 PrimaryKey 2025-05-26 10:27:21 @@ -188,10 +151,10 @@ 2025-05-26 10:27:21 Parts: 1/1 2025-05-26 10:27:21 Granules: 4/4 2025-05-26 10:27:21 - Special case: setting "max_limit_for_ann_queries" 2025-05-26 10:27:21 -Expression (Projection) 2025-05-26 10:27:21 +Expression (Project names) 2025-05-26 10:27:21 Limit (preliminary LIMIT (without OFFSET)) 2025-05-26 10:27:21 Sorting (Sorting for ORDER BY) 2025-05-26 10:27:21 - Expression (Before ORDER BY) 2025-05-26 10:27:21 + Expression ((Before ORDER BY + (Projection + Change column names to column identifiers))) 2025-05-26 10:27:21 ReadFromMergeTree (default.tab_usearch) 2025-05-26 10:27:21 Indexes: 2025-05-26 10:27:21 PrimaryKey 2025-05-26 10:27:21 2025-05-26 10:27:21 2025-05-26 10:27:21 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 853761 --group_by_two_level_threshold_bytes 11422835 --distributed_aggregation_memory_efficient 1 --fsync_metadata 1 --output_format_parallel_formatting 0 --input_format_parallel_parsing 0 --min_chunk_bytes_for_parallel_parsing 5328808 --max_read_buffer_size 905472 --prefer_localhost_replica 0 --max_block_size 57487 --max_threads 52 --optimize_append_index 0 --optimize_if_chain_to_multiif 1 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 1 --optimize_or_like_chain 0 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 1 --read_in_order_two_level_merge_threshold 72 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 40861007 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 4336816904 --min_bytes_to_use_mmap_io 1 --local_filesystem_read_method mmap --remote_filesystem_read_method read --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 10 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 1 --remote_filesystem_read_prefetch 0 --allow_prefetched_read_pool_for_remote_filesystem 1 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 16Mi --filesystem_prefetch_step_marks 50 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 1 --compile_sort_description 1 --merge_tree_coarse_index_granularity 7 --optimize_distinct_in_order 1 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2275403064 --min_compress_block_size 9451 --max_compress_block_size 2436931 --merge_tree_compact_parts_min_granules_to_multibuffer_read 109 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 5371132 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 1 --min_count_to_compile_expression 3 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 3 --session_timezone Africa/Khartoum --prefer_warmed_unmerged_parts_seconds 3 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction True --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.26 2025-05-26 10:27:21 2025-05-26 10:27:21 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 4893975578 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 100 --allow_vertical_merges_from_compact_to_wide_parts 0 --min_merge_bytes_to_use_direct_io 9079970292 --index_granularity_bytes 13832264 --merge_max_block_size 2262 --index_granularity 40482 --min_bytes_for_wide_part 1073741824 --marks_compress_block_size 68175 --primary_key_compress_block_size 68077 --replace_long_file_name_to_hash 0 --max_file_name_length 69 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 481611133 --compact_parts_max_granules_to_buffer 151 --compact_parts_merge_max_bytes_to_prefetch_part 24915339 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 45 --old_parts_lifetime 139 2025-05-26 10:27:21 2025-05-26 10:27:21 Database: test_c5tn3lvg 2025-05-26 10:27:21 02353_isnullable: [ OK ] 0.84 sec. 2025-05-26 10:27:23 02351_Map_combinator_dist: [ OK ] 1.87 sec. 2025-05-26 10:27:24 02347_rank_corr_nan: [ OK ] 0.67 sec. 2025-05-26 10:27:25 02346_inverted_index_bug47393: [ OK ] 1.01 sec. 2025-05-26 10:27:27 02354_parse_timedelta: [ OK ] 6.48 sec. 2025-05-26 10:27:27 02346_inverted_index_match_predicate: [ OK ] 1.51 sec. 2025-05-26 10:27:28 02346_inverted_index_bug52019: [ OK ] 1.56 sec. 2025-05-26 10:27:30 02343_group_by_use_nulls: [ OK ] 1.36 sec. 2025-05-26 10:27:31 02344_distinct_limit_distiributed: [ OK ] 3.72 sec. 2025-05-26 10:27:32 02340_analyzer_functions: [ OK ] 1.03 sec. 2025-05-26 10:27:32 02342_window_view_different_struct: [ OK ] 1.96 sec. 2025-05-26 10:27:33 02326_numbers_from_json_strings_schema_inference: [ OK ] 0.81 sec. 2025-05-26 10:27:33 02423_ddl_for_opentelemetry: [ OK ] 39.48 sec. 2025-05-26 10:27:34 02337_join_analyze_stuck: [ OK ] 2.17 sec. 2025-05-26 10:27:35 02319_dict_get_check_arguments_size: [ OK ] 2.69 sec. 2025-05-26 10:27:36 02316_values_table_func_bug: [ OK ] 0.72 sec. 2025-05-26 10:27:37 02316_hierarchical_dictionaries_nullable_parent_key: [ OK ] 3.51 sec. 2025-05-26 10:27:38 02354_vector_search_bugs: [ OK ] 19.96 sec. 2025-05-26 10:27:38 02312_parquet_orc_arrow_names_tuples: [ OK ] 1.58 sec. 2025-05-26 10:27:39 02311_range_hashed_dictionary_range_cast: [ OK ] 1.09 sec. 2025-05-26 10:27:40 02304_grouping_set_order_by: [ OK ] 0.71 sec. 2025-05-26 10:27:41 02302_projections_GROUP_BY_ORDERY_BY_optimize_aggregation_in_order: [ OK ] 1.24 sec. 2025-05-26 10:27:41 02311_create_table_with_unknown_format: [ OK ] 3.66 sec. 2025-05-26 10:27:42 02296_nullable_arguments_in_array_filter: [ OK ] 0.83 sec. 2025-05-26 10:27:42 02311_system_zookeeper_insert: [ OK ] 4.79 sec. 2025-05-26 10:27:43 02294_system_certificates: [ OK ] 0.66 sec. 2025-05-26 10:27:43 02473_multistep_split_prewhere: [ OK ] 61.33 sec. 2025-05-26 10:27:43 02295_GROUP_BY_AggregateFunction: [ OK ] 1.61 sec. 2025-05-26 10:27:43 02294_optimize_aggregation_in_order_prefix_Array_functions: [ OK ] 1.07 sec. 2025-05-26 10:27:45 02293_http_header_summary_contains_exception_code_with_progress: [ OK ] 2.78 sec. 2025-05-26 10:27:45 02286_tuple_numeric_identifier: [ OK ] 1.84 sec. 2025-05-26 10:27:45 02275_full_sort_join_long: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:27:45 02293_http_header_full_summary_without_progress: [ OK ] 2.58 sec. 2025-05-26 10:27:46 02271_temporary_table_show_rows_bytes: [ OK ] 0.78 sec. 2025-05-26 10:27:47 02280_add_query_level_settings: [ OK ] 1.43 sec. 2025-05-26 10:27:47 02293_grouping_function_group_by: [ OK ] 4.35 sec. 2025-05-26 10:27:47 02389_analyzer_nested_lambda: [ OK ] 50.06 sec. 2025-05-26 10:27:48 02267_insert_empty_data: [ OK ] 0.65 sec. 2025-05-26 10:27:48 02269_to_start_of_interval_overflow: [ OK ] 1.12 sec. 2025-05-26 10:27:50 02267_join_dup_columns_issue36199: [ OK ] 2.43 sec. 2025-05-26 10:27:50 02428_parameterized_view: [ OK ] 58.79 sec. 2025-05-26 10:27:50 02267_special_operator_parse_alias_check: [ OK ] 2.31 sec. 2025-05-26 10:27:51 02267_type_inference_for_insert_into_function_null: [ OK ] 0.88 sec. 2025-05-26 10:27:53 02267_empty_arrays_read_reverse: [ OK ] 3.28 sec. 2025-05-26 10:27:54 02265_column_ttl: [ OK ] 3.77 sec. 2025-05-26 10:27:55 02267_file_globs_schema_inference: [ OK ] 6.50 sec. 2025-05-26 10:27:56 02245_s3_schema_desc: [ OK ] 1.36 sec. 2025-05-26 10:27:57 02246_clickhouse_local_drop_database: [ OK ] 2.98 sec. 2025-05-26 10:27:58 02250_ON_CLUSTER_grant: [ OK ] 4.64 sec. 2025-05-26 10:27:58 02270_errors_in_files: [ OK ] 11.88 sec. 2025-05-26 10:27:58 02245_s3_virtual_columns: [ OK ] 1.08 sec. 2025-05-26 10:27:59 02242_if_then_else_null_bug: [ OK ] 0.85 sec. 2025-05-26 10:28:01 02242_make_date_mysql: [ OK ] 2.63 sec. 2025-05-26 10:28:02 02241_short_circuit_short_column: [ OK ] 0.77 sec. 2025-05-26 10:28:03 02243_make_date32: [ OK ] 4.97 sec. 2025-05-26 10:28:03 02240_asof_join_biginteger: [ OK ] 0.82 sec. 2025-05-26 10:28:03 02245_make_datetime64: [ OK ] 7.02 sec. 2025-05-26 10:28:03 02236_json_each_row_empty_map_schema_inference: [ OK ] 0.64 sec. 2025-05-26 10:28:04 02254_projection_broken_part: [ OK ] 12.51 sec. 2025-05-26 10:28:04 02233_with_total_empty_chunk: [ OK ] 0.89 sec. 2025-05-26 10:28:04 02232_partition_pruner_mixed_constant_type: [ OK ] 0.89 sec. 2025-05-26 10:28:06 02231_hierarchical_dictionaries_constant: [ OK ] 1.83 sec. 2025-05-26 10:28:06 02241_parquet_bad_column: [ OK ] 7.11 sec. 2025-05-26 10:28:07 02212_h3_get_pentagon_indexes: [ OK ] 1.70 sec. 2025-05-26 10:28:08 02317_distinct_in_order_optimization_explain: [ OK ] 35.19 sec. 2025-05-26 10:28:11 02205_map_populate_series_non_const: [ OK ] 3.37 sec. 2025-05-26 10:28:11 02192_comment_error: [ OK ] 3.44 sec. 2025-05-26 10:28:12 02192_comment: [ OK ] 0.81 sec. 2025-05-26 10:28:12 02237_lzma_bug: [ OK ] 9.30 sec. 2025-05-26 10:28:12 02210_processors_profile_log: [ OK ] 5.83 sec. 2025-05-26 10:28:13 02229_client_stop_multiquery_in_SIGINT: [ OK ] 8.45 sec. 2025-05-26 10:28:13 02181_sql_user_defined_functions_invalid_lambda: [ OK ] 0.82 sec. 2025-05-26 10:28:13 02186_range_hashed_dictionary_intersecting_intervals: [ OK ] 1.44 sec. 2025-05-26 10:28:13 02180_group_by_lowcardinality: [ OK ] 0.73 sec. 2025-05-26 10:28:14 02179_range_hashed_dictionary_invalid_interval: [ OK ] 1.16 sec. 2025-05-26 10:28:14 02176_toStartOfWeek_overflow_pruning: [ OK ] 1.01 sec. 2025-05-26 10:28:14 02177_merge_optimize_aggregation_in_order: [ OK ] 1.09 sec. 2025-05-26 10:28:15 02162_array_first_last_index: [ OK ] 1.25 sec. 2025-05-26 10:28:15 02481_async_insert_dedup_token: [ OK ] 97.74 sec. 2025-05-26 10:28:15 02160_h3_cell_area_m2: [ OK ] 1.40 sec. 2025-05-26 10:28:16 02183_combinator_if: [ OK ] 4.11 sec. 2025-05-26 10:28:16 02155_nested_lc_defalut_bug: [ OK ] 0.89 sec. 2025-05-26 10:28:16 02176_dict_get_has_implicit_key_cast: [ OK ] 3.38 sec. 2025-05-26 10:28:17 02152_dictionary_date32_type: [ OK ] 1.04 sec. 2025-05-26 10:28:17 02150_replace_regexp_all_empty_match: [ OK ] 0.72 sec. 2025-05-26 10:28:18 02174_cte_scalar_cache: [ OK ] 4.12 sec. 2025-05-26 10:28:18 02158_proportions_ztest_cmp: [ OK ] 2.72 sec. 2025-05-26 10:28:18 02146_mv_non_phys: [ OK ] 0.95 sec. 2025-05-26 10:28:19 02274_full_sort_join_nodistinct: [ OK ] 33.27 sec. 2025-05-26 10:28:20 02136_scalar_progress: [ OK ] 1.46 sec. 2025-05-26 10:28:20 02133_distributed_queries_formatting: [ OK ] 0.74 sec. 2025-05-26 10:28:21 02141_clickhouse_local_interactive_table: [ OK ] 2.45 sec. 2025-05-26 10:28:21 02135_local_create_db: [ OK ] 2.42 sec. 2025-05-26 10:28:22 02154_bit_slice_for_fixedstring: [ OK ] 6.73 sec. 2025-05-26 10:28:26 02131_used_row_policies_in_query_log: [ OK ] 5.25 sec. 2025-05-26 10:28:26 02126_fix_filelog: [ OK ] 5.70 sec. 2025-05-26 10:28:26 02149_schema_inference_formats_with_schema_3: [ OK ] 9.30 sec. 2025-05-26 10:28:27 02125_dict_get_type_nullable_fix: [ OK ] 1.34 sec. 2025-05-26 10:28:28 02124_encrypt_decrypt_nullable: [ OK ] 1.24 sec. 2025-05-26 10:28:28 02134_async_inserts_formats: [ OK ] 9.67 sec. 2025-05-26 10:28:29 02124_insert_deduplication_token_replica: [ OK ] 2.67 sec. 2025-05-26 10:28:31 02221_parallel_replicas_bug: [ OK ] 13.49 sec. 2025-05-26 10:28:33 02122_parallel_formatting_TSVWithNames: [ OK ] 5.79 sec. 2025-05-26 10:28:35 02122_parallel_formatting_Values: [ OK ] 7.05 sec. 2025-05-26 10:28:35 02113_untuple_func_alias: [ OK ] 0.62 sec. 2025-05-26 10:28:36 02122_parallel_formatting_JSONCompactEachRow: [ OK ] 6.64 sec. 2025-05-26 10:28:38 02119_sumcount: [ OK ] 4.36 sec. 2025-05-26 10:28:38 02122_parallel_formatting_JSONEachRow: [ OK ] 7.25 sec. 2025-05-26 10:28:38 02111_global_context_temporary_tables: [ OK ] 2.65 sec. 2025-05-26 10:28:39 02125_lz4_compression_bug_TSKV: [ OK ] 18.47 sec. 2025-05-26 10:28:39 02125_lz4_compression_bug_JSONCompactEachRow: [ OK ] 17.04 sec. 2025-05-26 10:28:39 02096_totals_global_in_bug: [ OK ] 1.19 sec. 2025-05-26 10:28:40 02096_date_time_1970_saturation: [ OK ] 1.84 sec. 2025-05-26 10:28:41 02053_INSERT_SELECT_MATERIALIZED: [ OK ] 1.22 sec. 2025-05-26 10:28:41 02097_remove_sample_by: [ OK ] 3.31 sec. 2025-05-26 10:28:41 02050_clickhouse_local_parsing_exception: [ OK ] 1.89 sec. 2025-05-26 10:28:42 02122_parallel_formatting_Pretty: [ OK ] 13.55 sec. 2025-05-26 10:28:42 02049_clickhouse_local_merge_tree: [ OK ] 2.75 sec. 2025-05-26 10:28:43 02045_like_function: [ OK ] 1.03 sec. 2025-05-26 10:28:43 02042_map_get_non_const_key: [ OK ] 1.19 sec. 2025-05-26 10:28:43 02032_short_circuit_least_greatest_bug: [ OK ] 1.01 sec. 2025-05-26 10:28:44 02031_format_query_option: [ OK ] 1.55 sec. 2025-05-26 10:28:44 02029_quantile_sanitizer: [ OK ] 1.45 sec. 2025-05-26 10:28:44 02024_create_dictionary_with_comment: [ OK ] 0.93 sec. 2025-05-26 10:28:44 02025_subcolumns_compact_parts: [ OK ] 1.50 sec. 2025-05-26 10:28:45 02019_multiple_weird_with_fill: [ OK ] 0.70 sec. 2025-05-26 10:28:46 02017_columns_with_dot: [ OK ] 1.96 sec. 2025-05-26 10:28:47 02013_emptystring_cast: [ OK ] 1.81 sec. 2025-05-26 10:28:48 02021_map_bloom_filter_index: [ OK ] 3.98 sec. 2025-05-26 10:28:50 02010_array_index_bad_cast: [ OK ] 2.11 sec. 2025-05-26 10:28:51 02013_bloom_filter_hasAll: [ OK ] 4.32 sec. 2025-05-26 10:28:52 02009_array_join_partition: [ OK ] 1.22 sec. 2025-05-26 10:28:52 02006_use_constants_in_with_and_select: [ OK ] 1.15 sec. 2025-05-26 10:28:55 02150_index_hypothesis_race_long: [ OK ] 38.72 sec. 2025-05-26 10:28:56 02047_log_family_data_file_sizes: [ OK ] 15.06 sec. 2025-05-26 10:28:56 02047_log_family_complex_structs_data_file_dumps: [ OK ] 15.64 sec. 2025-05-26 10:28:57 01956_skip_unavailable_shards_excessive_attempts: [ OK ] 4.20 sec. 2025-05-26 10:28:57 01948_group_bitmap_and_or_xor_fix: [ OK ] 0.84 sec. 2025-05-26 10:28:57 02023_storage_filelog: [ OK ] 13.21 sec. 2025-05-26 10:28:58 01949_heredoc_unfinished: [ OK ] 1.76 sec. 2025-05-26 10:28:58 01940_custom_tld_sharding_key: [ OK ] 0.95 sec. 2025-05-26 10:28:59 01925_merge_prewhere_table: [ OK ] 1.30 sec. 2025-05-26 10:29:00 01925_date_date_time_comparison: [ OK ] 0.64 sec. 2025-05-26 10:29:01 01925_jit_aggregation_function_count_long: [ OK ] 1.06 sec. 2025-05-26 10:29:02 01939_network_receive_bytes_metrics: [ OK ] 5.15 sec. 2025-05-26 10:29:03 01927_query_views_log_current_database: [ OK ] 4.86 sec. 2025-05-26 10:29:03 01913_fix_column_transformer_replace_format: [ OK ] 0.96 sec. 2025-05-26 10:29:04 01892_setting_limit_offset_distributed: [ OK ] 1.65 sec. 2025-05-26 10:29:04 01923_ttl_with_modify_column: [ OK ] 3.23 sec. 2025-05-26 10:29:04 01891_partition_by_uuid: [ OK ] 0.82 sec. 2025-05-26 10:29:05 01881_create_as_tuple: [ OK ] 1.08 sec. 2025-05-26 10:29:07 02011_tuple_vector_functions: [ OK ] 19.65 sec. 2025-05-26 10:29:07 01946_profile_sleep: [ OK ] 10.71 sec. 2025-05-26 10:29:08 01868_order_by_fill_with_datetime64: [ OK ] 0.90 sec. 2025-05-26 10:29:08 01889_clickhouse_client_config_format: [ OK ] 3.63 sec. 2025-05-26 10:29:09 01871_merge_tree_compile_expressions: [ OK ] 3.68 sec. 2025-05-26 10:29:10 01853_s2_cells_intersect: [ OK ] 1.84 sec. 2025-05-26 10:29:10 01852_s2_get_neighbours: [ OK ] 0.61 sec. 2025-05-26 10:29:11 01851_hedged_connections_external_tables: [ OK ] 0.76 sec. 2025-05-26 10:29:11 01865_aggregator_overflow_row: [ OK ] 3.29 sec. 2025-05-26 10:29:12 01846_alter_column_without_type_bugfix: [ OK ] 0.83 sec. 2025-05-26 10:29:13 01838_system_dictionaries_virtual_key_column: [ OK ] 1.19 sec. 2025-05-26 10:29:13 01848_partition_value_column: [ OK ] 2.53 sec. 2025-05-26 10:29:14 01866_view_persist_settings: [ OK ] 6.22 sec. 2025-05-26 10:29:14 01835_alias_to_primary_key_cyfdecyf: [ OK ] 1.01 sec. 2025-05-26 10:29:15 01825_type_json_18: [ OK ] 0.84 sec. 2025-05-26 10:29:16 01825_type_json_5: [ OK ] 1.26 sec. 2025-05-26 10:29:16 01849_geoToS2: [ OK ] 6.55 sec. 2025-05-26 10:29:17 02004_max_hyperscan_regex_length: [ OK ] 25.07 sec. 2025-05-26 10:29:21 01825_type_json_7: [ OK ] 4.92 sec. 2025-05-26 10:29:22 01825_type_json_schema_inference: [ OK ] 7.94 sec. 2025-05-26 10:29:23 01825_type_json_16: [ OK ] 5.76 sec. 2025-05-26 10:29:23 01881_join_on_conditions_merge: [ OK ] 18.71 sec. 2025-05-26 10:29:23 01825_type_json_partitions: [ OK ] 1.05 sec. 2025-05-26 10:29:24 01822_union_and_constans_error: [ OK ] 1.07 sec. 2025-05-26 10:29:24 01804_uniq_up_to_ubsan: [ OK ] 1.08 sec. 2025-05-26 10:29:25 01825_type_json_in_other_types: [ OK ] 8.49 sec. 2025-05-26 10:29:25 01802_formatDateTime_DateTime64_century: [ OK ] 1.07 sec. 2025-05-26 10:29:26 01802_rank_corr_mann_whitney_over_window: [ OK ] 1.40 sec. 2025-05-26 10:29:27 01798_having_push_down: [ OK ] 1.28 sec. 2025-05-26 10:29:27 01796_Log_rwlock_ub: [ OK ] 0.93 sec. 2025-05-26 10:29:27 01811_storage_buffer_flush_parameters: [ OK ] 4.06 sec. 2025-05-26 10:29:28 01787_arena_assert_column_nothing: [ OK ] 0.75 sec. 2025-05-26 10:29:28 01790_dist_INSERT_block_structure_mismatch_types_and_names: [ OK ] 1.41 sec. 2025-05-26 10:29:28 01825_type_json_8: [ OK ] 6.68 sec. 2025-05-26 10:29:30 01785_pmj_lc_bug: [ OK ] 1.89 sec. 2025-05-26 10:29:32 01781_token_extractor_buffer_overflow: [ OK ] 3.68 sec. 2025-05-26 10:29:34 01784_parallel_formatting_memory: [ OK ] 6.28 sec. 2025-05-26 10:29:35 01780_column_sparse_pk: [ OK ] 2.78 sec. 2025-05-26 10:29:36 01774_bar_with_illegal_value: [ OK ] 1.18 sec. 2025-05-26 10:29:37 01780_column_sparse_filter: [ OK ] 2.27 sec. 2025-05-26 10:29:37 01773_min_max_time_system_parts_datetime64: [ OK ] 1.10 sec. 2025-05-26 10:29:38 01770_extended_range_3: [ OK ] 1.09 sec. 2025-05-26 10:29:38 01785_parallel_formatting_memory: [ OK ] 11.14 sec. 2025-05-26 10:29:39 01769_extended_range_2: [ OK ] 1.28 sec. 2025-05-26 10:29:39 01768_extended_range: [ OK ] 0.89 sec. 2025-05-26 10:29:39 01781_merge_tree_deduplication: [ OK ] 9.47 sec. 2025-05-26 10:29:40 01766_todatetime64_no_timezone_arg: [ OK ] 0.68 sec. 2025-05-26 10:29:41 01767_timezoneOf: [ OK ] 2.43 sec. 2025-05-26 10:29:42 02099_tsv_raw_format: [ OK ] 65.85 sec. 2025-05-26 10:29:42 01748_partition_id_pruning: [ OK ] 2.65 sec. 2025-05-26 10:29:43 01954_clickhouse_benchmark_multiple_long: [ OK ] 47.86 sec. 2025-05-26 10:29:43 01746_test_for_tupleElement_must_be_constant_issue: [ OK ] 3.44 sec. 2025-05-26 10:29:43 01736_null_as_default: [ OK ] 0.82 sec. 2025-05-26 10:29:44 01746_long_zlib_http_compression_json_format: [ OK ] 2.71 sec. 2025-05-26 10:29:44 01720_union_distinct_with_limit: [ OK ] 0.76 sec. 2025-05-26 10:29:44 01732_union_and_union_all: [ OK ] 0.83 sec. 2025-05-26 10:29:45 01799_long_uniq_theta_sketch: [ OK ] 20.08 sec. 2025-05-26 10:29:45 01739_index_hint: [ OK ] 2.93 sec. 2025-05-26 10:29:46 01715_table_function_view_fix: [ OK ] 1.99 sec. 2025-05-26 10:29:47 01710_force_use_projection: [ OK ] 1.94 sec. 2025-05-26 10:29:47 01716_drop_rename_sign_column: [ OK ] 3.03 sec. 2025-05-26 10:29:47 01714_alter_drop_version: [ OK ] 2.43 sec. 2025-05-26 10:29:47 01710_projection_with_mixed_pipeline: [ OK ] 1.34 sec. 2025-05-26 10:29:48 01763_long_ttl_group_by: [ OK ] 8.87 sec. 2025-05-26 10:29:48 01710_projection_with_column_transformers: [ OK ] 0.85 sec. 2025-05-26 10:29:48 01710_minmax_count_projection_constant_query: [ OK ] 0.88 sec. 2025-05-26 10:29:49 01710_minmax_count_projection_modify_partition_key: [ OK ] 1.25 sec. 2025-05-26 10:29:49 01710_normal_projection_format: [ OK ] 0.88 sec. 2025-05-26 10:29:49 01710_minmax_count_projection_distributed_query: [ OK ] 0.93 sec. 2025-05-26 10:29:50 01691_DateTime64_clamp: [ OK ] 1.16 sec. 2025-05-26 10:29:51 01701_clear_projection_and_part_remove: [ OK ] 1.85 sec. 2025-05-26 10:29:51 01710_query_log_with_projection_info: [ OK ] 4.01 sec. 2025-05-26 10:29:52 01683_dist_INSERT_block_structure_mismatch: [ OK ] 1.12 sec. 2025-05-26 10:29:53 01683_intdiv_ubsan: [ OK ] 2.06 sec. 2025-05-26 10:29:53 01682_gather_utils_ubsan: [ OK ] 1.35 sec. 2025-05-26 10:29:54 01686_rocksdb: [ OK ] 3.65 sec. 2025-05-26 10:29:55 01673_test_toMinute_mysql_dialect: [ OK ] 0.67 sec. 2025-05-26 10:29:55 01674_unicode_asan: [ OK ] 1.15 sec. 2025-05-26 10:29:55 01670_test_repeat_mysql_dialect: [ OK ] 0.66 sec. 2025-05-26 10:29:55 01668_avg_weighted_ubsan: [ OK ] 0.71 sec. 2025-05-26 10:29:55 01720_country_perimeter_and_area: [ OK ] 11.50 sec. 2025-05-26 10:29:56 01681_bloom_filter_nullable_column: [ OK ] 2.31 sec. 2025-05-26 10:29:56 01666_date_lut_buffer_overflow: [ OK ] 0.67 sec. 2025-05-26 10:29:56 01665_substring_ubsan: [ OK ] 0.67 sec. 2025-05-26 10:29:58 01660_join_or_inner: [ OK ] 1.97 sec. 2025-05-26 10:30:03 01666_gcd_ubsan: [ OK ] 8.03 sec. 2025-05-26 10:30:03 01666_lcm_ubsan: [ OK ] 8.00 sec. 2025-05-26 10:30:04 01660_join_or_all: [ OK ] 5.02 sec. 2025-05-26 10:30:04 01659_test_base64Decode_mysql_compatibility: [ OK ] 0.67 sec. 2025-05-26 10:30:04 01655_agg_if_nullable: [ OK ] 0.80 sec. 2025-05-26 10:30:05 01655_sleep_infinite_float: [ OK ] 1.43 sec. 2025-05-26 10:30:05 01655_window_functions_bug: [ OK ] 0.71 sec. 2025-05-26 10:30:06 01662_date_ubsan: [ OK ] 10.03 sec. 2025-05-26 10:30:06 01646_fix_window_funnel_inconistency: [ OK ] 1.37 sec. 2025-05-26 10:30:07 01710_projections_partial_optimize_aggregation_in_order: [ OK ] 18.80 sec. 2025-05-26 10:30:07 01632_nullable_string_type_convert_to_decimal_type: [ OK ] 0.69 sec. 2025-05-26 10:30:07 01710_projections_optimize_aggregation_in_order: [ OK ] 18.01 sec. 2025-05-26 10:30:07 01626_cnf_test: [ OK ] 1.08 sec. 2025-05-26 10:30:08 01616_untuple_access_field: [ OK ] 0.69 sec. 2025-05-26 10:30:08 01615_two_args_function_index_fix: [ OK ] 1.05 sec. 2025-05-26 10:30:08 01825_type_json_ghdata_insert_select: [ OK ] 54.77 sec. 2025-05-26 10:30:09 01603_decimal_mult_float: [ OK ] 1.99 sec. 2025-05-26 10:30:09 01603_remove_column_ttl: [ OK ] 1.52 sec. 2025-05-26 10:30:10 01648_mutations_and_escaping: [ OK ] 5.11 sec. 2025-05-26 10:30:10 01601_proxy_protocol: [ OK ] 1.64 sec. 2025-05-26 10:30:10 01600_min_max_compress_block_size: [ OK ] 1.12 sec. 2025-05-26 10:30:10 01592_toUnixTimestamp_Date: [ OK ] 0.94 sec. 2025-05-26 10:30:11 01580_column_const_comparision: [ OK ] 0.82 sec. 2025-05-26 10:30:12 01585_use_index_for_global_in: [ OK ] 2.12 sec. 2025-05-26 10:30:14 01600_quota_by_forwarded_ip: [ OK ] 5.57 sec. 2025-05-26 10:30:16 01562_optimize_monotonous_functions_in_order_by: [ OK ] 2.19 sec. 2025-05-26 10:30:17 01561_aggregate_functions_of_key_with_join: [ OK ] 0.70 sec. 2025-05-26 10:30:17 01632_tinylog_read_write: [ OK ] 12.39 sec. 2025-05-26 10:30:18 01558_enum_as_num_in_tsv_csv_input: [ OK ] 1.17 sec. 2025-05-26 10:30:18 01581_deduplicate_by_columns_local: [ OK ] 8.01 sec. 2025-05-26 10:30:19 01576_alter_low_cardinality_and_select: [ OK ] 7.96 sec. 2025-05-26 10:30:20 01551_mergetree_read_in_order_spread: [ OK ] 1.46 sec. 2025-05-26 10:30:20 01558_transform_null_in: [ OK ] 2.16 sec. 2025-05-26 10:30:20 01549_low_cardinality_mv_fuzz: [ OK ] 0.92 sec. 2025-05-26 10:30:21 01545_url_file_format_settings: [ OK ] 1.67 sec. 2025-05-26 10:30:21 01542_collate_in_array: [ OK ] 1.80 sec. 2025-05-26 10:30:22 01538_fuzz_aggregate: [ OK ] 1.18 sec. 2025-05-26 10:30:23 01550_query_identifier_parameters: [ OK ] 4.80 sec. 2025-05-26 10:30:23 01532_clickhouse_local_tmp_folder: [ OK ] 1.91 sec. 2025-05-26 10:30:24 01583_parallel_parsing_exception_with_offset: [ OK ] 13.79 sec. 2025-05-26 10:30:24 01532_having_with_totals: [ OK ] 2.06 sec. 2025-05-26 10:30:26 01529_union_distinct_and_setting_union_default_mode: [ OK ] 2.79 sec. 2025-05-26 10:30:26 01528_to_uuid_or_null_or_zero: [ OK ] 2.59 sec. 2025-05-26 10:30:27 01528_setting_aggregate_functions_null_for_empty: [ OK ] 3.56 sec. 2025-05-26 10:30:27 01527_bad_aggregation_in_lambda: [ OK ] 1.32 sec. 2025-05-26 10:30:30 01522_validate_alter_default: [ OK ] 2.48 sec. 2025-05-26 10:30:30 01523_interval_operator_support_string_literal: [ OK ] 2.76 sec. 2025-05-26 10:30:31 01576_if_null_external_aggregation: [ OK ] 18.82 sec. 2025-05-26 10:30:31 01531_query_log_query_comment: [ OK ] 9.79 sec. 2025-05-26 10:30:32 01521_alter_enum_and_reverse_read: [ OK ] 1.65 sec. 2025-05-26 10:30:33 01519_topK_distributed_parametrized: [ OK ] 1.99 sec. 2025-05-26 10:30:33 01520_client_print_query_id: [ OK ] 2.74 sec. 2025-05-26 10:30:33 01518_nullable_aggregate_states1: [ OK ] 1.62 sec. 2025-05-26 10:30:34 01518_filtering_aliased_materialized_column: [ OK ] 1.22 sec. 2025-05-26 10:30:35 01512_create_replicate_merge_tree_one_arg: [ OK ] 1.16 sec. 2025-05-26 10:30:35 01528_clickhouse_local_prepare_parts: [ OK ] 11.57 sec. 2025-05-26 10:30:36 01508_explain_header: [ OK ] 0.79 sec. 2025-05-26 10:30:36 01527_materialized_view_stack_overflow: [ OK ] 9.57 sec. 2025-05-26 10:30:36 01502_jemalloc_percpu_arena: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:30:38 01509_format_raw_blob: [ OK ] 4.11 sec. 2025-05-26 10:30:38 01499_log_deadlock: [ OK ] 2.27 sec. 2025-05-26 10:30:39 01492_array_join_crash_13829: [ OK ] 0.87 sec. 2025-05-26 10:30:39 01498_alter_column_storage_memory: [ OK ] 0.96 sec. 2025-05-26 10:30:40 01492_format_readable_quantity: [ OK ] 0.87 sec. 2025-05-26 10:30:42 01475_fix_bigint_shift: [ OK ] 0.87 sec. 2025-05-26 10:30:44 01518_select_in_null: [ OK ] 12.22 sec. 2025-05-26 10:30:45 01474_decimal_scale_bug: [ OK ] 3.04 sec. 2025-05-26 10:30:45 01473_system_events_zeroes: [ OK ] 0.99 sec. 2025-05-26 10:30:48 01471_top_k_range_check: [ OK ] 2.53 sec. 2025-05-26 10:30:48 01470_test_insert_select_asterisk: [ OK ] 3.29 sec. 2025-05-26 10:30:49 01480_binary_operator_monotonicity: [ OK ] 9.63 sec. 2025-05-26 10:30:50 01458_named_tuple_millin: [ OK ] 1.30 sec. 2025-05-26 10:30:52 01456_low_cardinality_sorting_bugfix: [ OK ] 2.36 sec. 2025-05-26 10:30:53 01451_replicated_detach_drop_and_quorum_long: [ OK ] 3.46 sec. 2025-05-26 10:30:55 01509_check_many_parallel_quorum_inserts_long: [ OK ] 20.70 sec. 2025-05-26 10:30:56 01440_big_int_shift: [ OK ] 0.85 sec. 2025-05-26 10:30:56 01461_query_start_time_microseconds: [ OK ] 8.61 sec. 2025-05-26 10:30:56 01445_create_table_as_table_function: [ OK ] 2.92 sec. 2025-05-26 10:30:57 01448_json_compact_strings_each_row: [ OK ] 5.01 sec. 2025-05-26 10:30:57 01433_hex_float: [ OK ] 0.92 sec. 2025-05-26 10:30:58 01423_if_nullable_cond: [ OK ] 0.72 sec. 2025-05-26 10:30:58 01514_parallel_formatting: [ OK ] 25.21 sec. 2025-05-26 10:30:59 01428_h3_range_check: [ OK ] 1.72 sec. 2025-05-26 10:30:59 01417_update_permutation_crash: [ OK ] 0.73 sec. 2025-05-26 10:31:00 01440_big_int_exotic_casts: [ OK ] 3.88 sec. 2025-05-26 10:31:01 01416_join_totals_header_bug: [ OK ] 1.54 sec. 2025-05-26 10:31:01 01416_clear_column_pk: [ OK ] 1.99 sec. 2025-05-26 10:31:01 01419_merge_tree_settings_sanity_check: [ OK ] 2.95 sec. 2025-05-26 10:31:02 01403_datetime64_constant_arg: [ OK ] 0.77 sec. 2025-05-26 10:31:03 01414_freeze_does_not_prevent_alters: [ OK ] 2.22 sec. 2025-05-26 10:31:03 01430_modify_sample_by_zookeeper_long: [ OK ] 6.34 sec. 2025-05-26 10:31:03 01412_row_from_totals: [ OK ] 2.15 sec. 2025-05-26 10:31:04 01389_filter_by_virtual_columns: [ OK ] 0.79 sec. 2025-05-26 10:31:04 01385_not_function: [ OK ] 0.74 sec. 2025-05-26 10:31:05 01386_negative_float_constant_key_condition: [ OK ] 2.34 sec. 2025-05-26 10:31:06 01402_cast_nullable_string_to_enum: [ OK ] 3.67 sec. 2025-05-26 10:31:06 01381_for_each_with_states: [ OK ] 1.22 sec. 2025-05-26 10:31:07 01379_with_fill_several_columns: [ OK ] 0.90 sec. 2025-05-26 10:31:07 01399_http_request_headers: [ OK ] 4.20 sec. 2025-05-26 10:31:08 01374_if_nullable_filimonov: [ OK ] 0.81 sec. 2025-05-26 10:31:08 01406_carriage_return_in_tsv_csv: [ OK ] 6.93 sec. 2025-05-26 10:31:08 01362_year_of_ISO8601_week_modificators_for_formatDateTime: [ OK ] 1.05 sec. 2025-05-26 10:31:08 01359_codeql: [ OK ] 0.66 sec. 2025-05-26 10:31:09 01356_initialize_aggregation: [ OK ] 1.15 sec. 2025-05-26 10:31:09 01377_supertype_low_cardinality: [ OK ] 2.83 sec. 2025-05-26 10:31:10 01345_array_join_LittleMaverick: [ OK ] 1.17 sec. 2025-05-26 10:31:11 01326_build_id: [ OK ] 0.68 sec. 2025-05-26 10:31:12 01353_low_cardinality_join_types: [ OK ] 3.85 sec. 2025-05-26 10:31:13 01343_min_bytes_to_use_mmap_io: [ OK ] 3.15 sec. 2025-05-26 10:31:14 01323_if_with_nulls: [ OK ] 2.38 sec. 2025-05-26 10:31:14 01505_pipeline_executor_UAF: [ OK ] 37.76 sec. 2025-05-26 10:31:14 01322_monotonous_order_by_with_different_variables: [ OK ] 2.02 sec. 2025-05-26 10:31:15 01318_alter_add_column_exists: [ OK ] 1.45 sec. 2025-05-26 10:31:16 01603_read_with_backoff_bug: [ OK ] 68.02 sec. 2025-05-26 10:31:16 01319_query_formatting_in_server_log: [ OK ] 3.52 sec. 2025-05-26 10:31:16 01308_row_policy_and_trivial_count_query: [ OK ] 1.15 sec. 2025-05-26 10:31:17 01303_polygons_equals: [ OK ] 0.79 sec. 2025-05-26 10:31:18 01318_map_populate_series: [ OK ] 4.45 sec. 2025-05-26 10:31:18 01721_join_implicit_cast_long: [ OK ] 95.16 sec. 2025-05-26 10:31:19 01308_orc_output_format_arrays: [ OK ] 4.22 sec. 2025-05-26 10:31:19 01305_polygons_union: [ OK ] 2.69 sec. 2025-05-26 10:31:20 01291_distributed_low_cardinality_memory_efficient: [ OK ] 1.15 sec. 2025-05-26 10:31:20 01293_client_interactive_vertical_singleline: [ OK ] 2.25 sec. 2025-05-26 10:31:21 01358_lc_parquet: [ OK ] 13.29 sec. 2025-05-26 10:31:22 01307_orc_output_format: [ OK ] 6.01 sec. 2025-05-26 10:31:22 01282_system_parts_ttl_info: [ OK ] 1.18 sec. 2025-05-26 10:31:23 01289_min_execution_speed_not_too_early: [ OK ] 3.83 sec. 2025-05-26 10:31:23 01281_sum_nullable: [ OK ] 1.14 sec. 2025-05-26 10:31:23 01288_shard_max_network_bandwidth: [ OK ] 3.52 sec. 2025-05-26 10:31:24 01277_large_tuples: [ OK ] 0.84 sec. 2025-05-26 10:31:24 01276_system_licenses: [ OK ] 0.76 sec. 2025-05-26 10:31:24 01278_variance_nonnegative: [ OK ] 1.61 sec. 2025-05-26 10:31:24 01290_max_execution_speed_distributed: [ OK ] 5.69 sec. 2025-05-26 10:31:25 01274_generate_random_nested: [ OK ] 1.50 sec. 2025-05-26 10:31:25 01273_h3EdgeAngle_range_check: [ OK ] 1.16 sec. 2025-05-26 10:31:26 01272_totals_and_filter_bug: [ OK ] 1.69 sec. 2025-05-26 10:31:27 01287_max_execution_speed: [ OK ] 6.44 sec. 2025-05-26 10:31:27 01269_create_with_null: [ OK ] 2.18 sec. 2025-05-26 10:31:29 01273_arrow_load: [ OK ] 4.36 sec. 2025-05-26 10:31:29 01262_low_cardinality_remove: [ OK ] 1.99 sec. 2025-05-26 10:31:29 01259_combinator_distinct: [ OK ] 1.71 sec. 2025-05-26 10:31:29 01273_arrow_nested_arrays_load: [ OK ] 5.56 sec. 2025-05-26 10:31:30 01250_fixed_string_comparison: [ OK ] 0.89 sec. 2025-05-26 10:31:30 01268_procfs_metrics: [ OK ] 3.77 sec. 2025-05-26 10:31:31 01300_group_by_other_keys_having: [ OK ] 13.58 sec. 2025-05-26 10:31:31 01232_untuple: [ OK ] 1.45 sec. 2025-05-26 10:31:32 01234_to_string_monotonic: [ OK ] 2.51 sec. 2025-05-26 10:31:32 01189_create_as_table_as_table_function: [ OK ] 1.10 sec. 2025-05-26 10:31:32 01213_alter_table_rename_nested: [ OK ] 2.40 sec. 2025-05-26 10:31:33 01123_parse_date_time_best_effort_even_more: [ OK ] 0.66 sec. 2025-05-26 10:31:33 01144_multiword_data_types: [ OK ] 1.18 sec. 2025-05-26 10:31:33 01135_default_and_alter_zookeeper: [ OK ] 1.37 sec. 2025-05-26 10:31:35 01198_client_quota_key: [ OK ] 4.24 sec. 2025-05-26 10:31:35 01115_prewhere_array_join: [ OK ] 1.84 sec. 2025-05-26 10:31:37 01107_join_right_table_totals: [ OK ] 3.11 sec. 2025-05-26 10:31:37 01106_const_fixed_string_like: [ OK ] 2.20 sec. 2025-05-26 10:31:37 01103_check_cpu_instructions_at_startup: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:31:37 01104_fixed_string_like: [ OK ] 2.33 sec. 2025-05-26 10:31:38 01104_distributed_numbers_test: [ OK ] 1.61 sec. 2025-05-26 10:31:39 01102_distributed_local_in_bug: [ OK ] 1.66 sec. 2025-05-26 10:31:39 01246_buffer_flush: [ OK ] 10.07 sec. 2025-05-26 10:31:39 01097_pre_limit: [ OK ] 0.70 sec. 2025-05-26 10:31:40 01091_insert_with_default_json: [ OK ] 1.23 sec. 2025-05-26 10:31:40 01090_fixed_string_bit_ops: [ OK ] 0.88 sec. 2025-05-26 10:31:40 01089_alter_settings_old_format: [ OK ] 1.32 sec. 2025-05-26 10:31:41 01085_datetime_arithmetic_preserve_timezone: [ OK ] 0.64 sec. 2025-05-26 10:31:42 01097_cyclic_defaults: [ OK ] 4.27 sec. 2025-05-26 10:31:42 01083_cross_to_inner_with_in_bug: [ OK ] 1.14 sec. 2025-05-26 10:31:42 01084_defaults_on_aliases: [ OK ] 1.69 sec. 2025-05-26 10:31:43 01083_match_zero_byte: [ OK ] 1.18 sec. 2025-05-26 10:31:45 01073_bad_alter_partition: [ OK ] 2.34 sec. 2025-05-26 10:31:46 01088_benchmark_query_id: [ OK ] 6.11 sec. 2025-05-26 10:31:47 01073_crlf_end_of_line: [ OK ] 1.18 sec. 2025-05-26 10:31:47 01071_in_array: [ OK ] 1.06 sec. 2025-05-26 10:31:49 01069_insert_float_as_nullable_unit8: [ OK ] 1.09 sec. 2025-05-26 10:31:49 01070_alter_with_ttl: [ OK ] 2.38 sec. 2025-05-26 10:31:50 01063_create_column_set: [ OK ] 0.82 sec. 2025-05-26 10:31:50 01081_window_view_target_table_engine: [ OK ] 7.86 sec. 2025-05-26 10:31:51 01062_pm_multiple_all_join_same_value: [ OK ] 0.94 sec. 2025-05-26 10:31:52 01064_pm_all_join_const_and_nullable: [ OK ] 3.63 sec. 2025-05-26 10:31:54 01079_order_by_pk: [ OK ] 11.48 sec. 2025-05-26 10:31:55 01156_pcg_deserialization: [ OK ] 24.48 sec. 2025-05-26 10:31:56 01056_prepared_statements_null_and_escaping: [ OK ] 2.15 sec. 2025-05-26 10:31:56 01052_array_reduce_exception: [ OK ] 0.82 sec. 2025-05-26 10:31:57 01051_aggregate_function_crash: [ OK ] 0.73 sec. 2025-05-26 10:31:57 01058_window_view_event_hop_to_strict_asc: [ OK ] 6.08 sec. 2025-05-26 10:31:57 01056_predicate_optimizer_bugs: [ OK ] 4.65 sec. 2025-05-26 10:31:58 01044_h3_edge_angle: [ OK ] 0.72 sec. 2025-05-26 10:31:58 01050_engine_join_view_crash: [ OK ] 1.73 sec. 2025-05-26 10:31:58 01043_dictionary_attribute_properties_values: [ OK ] 0.93 sec. 2025-05-26 10:31:59 01043_h3_edge_length_m: [ OK ] 0.70 sec. 2025-05-26 10:31:59 01047_simple_aggregate_sizes_of_columns_bug: [ OK ] 2.05 sec. 2025-05-26 10:31:59 01034_with_fill_and_push_down_predicate: [ OK ] 0.74 sec. 2025-05-26 10:32:00 01035_prewhere_with_alias: [ OK ] 1.25 sec. 2025-05-26 10:32:00 01032_cityHash64_for_decimal: [ OK ] 0.95 sec. 2025-05-26 10:32:01 01040_distributed_background_insert_batch_inserts: [ OK ] 2.79 sec. 2025-05-26 10:32:01 01021_only_tuple_columns: [ OK ] 1.41 sec. 2025-05-26 10:32:01 01020_having_without_group_by: [ OK ] 0.70 sec. 2025-05-26 10:32:01 01273_arrow: [ OK ] 37.44 sec. 2025-05-26 10:32:02 01383_log_broken_table: [ OK ] 57.58 sec. 2025-05-26 10:32:03 01017_tuplehamming_distance: [ OK ] 1.21 sec. 2025-05-26 10:32:03 01017_uniqCombined_memory_usage: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:32:03 01018_ambiguous_column: [ OK ] 1.51 sec. 2025-05-26 10:32:03 01018_ddl_dictionaries_special: [ OK ] 2.28 sec. 2025-05-26 10:32:04 01013_hex_float: [ OK ] 1.09 sec. 2025-05-26 10:32:04 01012_select_limit_x_0: [ OK ] 0.69 sec. 2025-05-26 10:32:04 01017_in_unconvertible_complex_type: [ OK ] 1.95 sec. 2025-05-26 10:32:05 01011_group_uniq_array_memsan: [ OK ] 0.75 sec. 2025-05-26 10:32:07 01034_values_parse_float_bug: [ OK ] 8.07 sec. 2025-05-26 10:32:07 01015_empty_in_inner_right_join: [ OK ] 4.72 sec. 2025-05-26 10:32:07 01012_serialize_array_memory_usage: [ OK ] 3.45 sec. 2025-05-26 10:32:08 01119_session_log: [ OK ] 35.47 sec. 2025-05-26 10:32:09 00997_extract_all_crash_6627: [ OK ] 0.60 sec. 2025-05-26 10:32:10 00999_nullable_nested_types_4877: [ OK ] 2.58 sec. 2025-05-26 10:32:11 00999_join_on_expression: [ OK ] 3.16 sec. 2025-05-26 10:32:12 00996_limit_with_ties: [ OK ] 2.78 sec. 2025-05-26 10:32:13 01010_pmj_skip_blocks: [ OK ] 8.36 sec. 2025-05-26 10:32:13 00988_constraints_replication_zookeeper_long: [ OK ] 2.50 sec. 2025-05-26 10:32:14 00980_crash_nullable_decimal: [ OK ] 0.91 sec. 2025-05-26 10:32:14 00986_materialized_view_stack_overflow: [ OK ] 3.27 sec. 2025-05-26 10:32:14 00978_ml_math: [ OK ] 0.76 sec. 2025-05-26 10:32:16 00975_recursive_materialized_view: [ OK ] 1.62 sec. 2025-05-26 10:32:17 00976_asof_join_on: [ OK ] 2.69 sec. 2025-05-26 10:32:19 00974_low_cardinality_cast: [ OK ] 2.07 sec. 2025-05-26 10:32:19 00980_zookeeper_merge_tree_alter_settings: [ OK ] 6.14 sec. 2025-05-26 10:32:19 01007_r1r2_w_r2r1_deadlock: [ OK ] 14.48 sec. 2025-05-26 10:32:20 00975_json_hang: [ OK ] 3.73 sec. 2025-05-26 10:32:20 00981_in_subquery_with_tuple: [ OK ] 8.12 sec. 2025-05-26 10:32:21 00966_invalid_json_must_not_parse: [ OK ] 1.07 sec. 2025-05-26 10:32:21 01001_rename_merge_race_condition: [ OK ] 13.81 sec. 2025-05-26 10:32:21 00969_columns_clause: [ OK ] 2.02 sec. 2025-05-26 10:32:21 00960_eval_ml_method_const: [ OK ] 0.82 sec. 2025-05-26 10:32:22 00961_check_table: [ OK ] 1.78 sec. 2025-05-26 10:32:23 00944_ml_test: [ OK ] 1.64 sec. 2025-05-26 10:32:23 00943_mv_rename_without_inner_table: [ OK ] 1.51 sec. 2025-05-26 10:32:25 00931_low_cardinality_read_with_empty_array: [ OK ] 1.87 sec. 2025-05-26 10:32:26 00974_primary_key_for_lowCardinality: [ OK ] 6.91 sec. 2025-05-26 10:32:26 00953_indices_alter_exceptions: [ OK ] 4.91 sec. 2025-05-26 10:32:28 00927_disable_hyperscan: [ OK ] 3.38 sec. 2025-05-26 10:32:28 00910_client_window_size_detection: [ OK ] 2.22 sec. 2025-05-26 10:32:29 00905_compile_expressions_compare_big_dates: [ OK ] 1.06 sec. 2025-05-26 10:32:30 01062_pm_all_join_with_block_continuation: [ OK ] 40.19 sec. 2025-05-26 10:32:31 00940_order_by_read_in_order_query_plan: [ OK ] 8.54 sec. 2025-05-26 10:32:31 00902_entropy: [ OK ] 1.82 sec. 2025-05-26 10:32:33 00882_multiple_join_no_alias: [ OK ] 1.50 sec. 2025-05-26 10:32:35 00929_multi_match_edit_distance: [ OK ] 11.55 sec. 2025-05-26 10:32:35 00900_null_array_orc_load: [ OK ] 4.04 sec. 2025-05-26 10:32:37 00878_join_unexpected_results: [ OK ] 4.05 sec. 2025-05-26 10:32:37 00926_adaptive_index_granularity_merge_tree: [ OK ] 11.33 sec. 2025-05-26 10:32:38 00860_unknown_identifier_bug: [ OK ] 1.00 sec. 2025-05-26 10:32:39 00875_join_right_nulls: [ OK ] 4.30 sec. 2025-05-26 10:32:40 00843_optimize_predicate_and_rename_table: [ OK ] 1.63 sec. 2025-05-26 10:32:40 00841_temporary_table_database: [ OK ] 1.08 sec. 2025-05-26 10:32:41 00900_orc_arrow_parquet_tuples: [ OK ] 10.52 sec. 2025-05-26 10:32:41 00909_kill_not_initialized_query: [ OK ] 12.84 sec. 2025-05-26 10:32:41 00839_bitmask_negative: [ OK ] 1.36 sec. 2025-05-26 10:32:42 00834_not_between: [ OK ] 0.86 sec. 2025-05-26 10:32:42 00833_sleep_overflow: [ OK ] 0.82 sec. 2025-05-26 10:32:43 00964_bloom_index_string_functions: [ OK ] 22.88 sec. 2025-05-26 10:32:43 00832_storage_file_lock: [ OK ] 0.83 sec. 2025-05-26 10:32:44 00849_multiple_comma_join_2: [ OK ] 6.46 sec. 2025-05-26 10:32:45 00872_t64_bit_codec: [ OK ] 10.32 sec. 2025-05-26 10:32:46 00829_bitmap64_function: [ OK ] 3.51 sec. 2025-05-26 10:32:46 00837_minmax_index: [ OK ] 6.15 sec. 2025-05-26 10:32:47 00825_protobuf_format_nested_in_nested: [ OK ] 4.43 sec. 2025-05-26 10:32:47 00823_capnproto_input: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:32:49 00825_protobuf_format_skipped_column_in_nested: [ OK ] 5.02 sec. 2025-05-26 10:32:50 00820_multiple_joins_subquery_requires_alias: [ OK ] 2.38 sec. 2025-05-26 10:32:50 00811_garbage: [ OK ] 1.31 sec. 2025-05-26 10:32:50 00825_protobuf_format_array_3dim: [ OK ] 4.74 sec. 2025-05-26 10:32:51 00825_protobuf_format_splitted_nested: [ OK ] 4.98 sec. 2025-05-26 10:32:52 00804_rollup_with_having: [ OK ] 1.08 sec. 2025-05-26 10:32:52 00803_odbc_driver_2_format: [ OK ] 0.79 sec. 2025-05-26 10:32:53 00809_add_days_segfault: [ OK ] 2.72 sec. 2025-05-26 10:32:53 00800_low_cardinality_distributed_insert: [ OK ] 1.20 sec. 2025-05-26 10:32:53 00800_low_cardinality_empty_array: [ OK ] 1.04 sec. 2025-05-26 10:32:54 00779_all_right_join_max_block_size: [ OK ] 0.81 sec. 2025-05-26 10:32:54 00808_not_optimize_predicate: [ OK ] 3.45 sec. 2025-05-26 10:32:54 00799_function_dry_run: [ OK ] 1.08 sec. 2025-05-26 10:32:54 00829_bitmap_function: [ OK ] 11.18 sec. 2025-05-26 10:32:55 00757_enum_defaults_const_analyzer: [ OK ] 0.82 sec. 2025-05-26 10:32:55 00757_enum_defaults_const: [ OK ] 0.85 sec. 2025-05-26 10:32:56 00758_array_reverse: [ OK ] 1.79 sec. 2025-05-26 10:32:56 00760_insert_json_with_defaults: [ OK ] 1.81 sec. 2025-05-26 10:32:56 00752_low_cardinality_lambda_argument: [ OK ] 1.33 sec. 2025-05-26 10:32:57 00746_hashing_tuples: [ OK ] 1.66 sec. 2025-05-26 10:32:58 00743_limit_by_not_found_column: [ OK ] 1.47 sec. 2025-05-26 10:32:59 00738_nested_merge_multidimensional_array: [ OK ] 1.30 sec. 2025-05-26 10:32:59 00740_database_in_nested_view: [ OK ] 1.82 sec. 2025-05-26 10:33:00 00834_kill_mutation_replicated_zookeeper: [ OK ] 19.52 sec. 2025-05-26 10:33:01 00825_protobuf_format_persons: [ OK ] 15.68 sec. 2025-05-26 10:33:01 00737_decimal_group_by: [ OK ] 2.05 sec. 2025-05-26 10:33:02 00734_timeslot: [ OK ] 2.59 sec. 2025-05-26 10:33:02 00725_join_on_bug_4: [ OK ] 1.34 sec. 2025-05-26 10:33:03 00726_materialized_view_concurrent: [ OK ] 1.65 sec. 2025-05-26 10:33:03 00751_low_cardinality_nullable_group_by: [ OK ] 7.81 sec. 2025-05-26 10:33:03 00725_join_on_bug_3: [ OK ] 1.36 sec. 2025-05-26 10:33:04 00720_with_cube: [ OK ] 1.45 sec. 2025-05-26 10:33:04 00732_base64_functions: [ OK ] 4.05 sec. 2025-05-26 10:33:05 00723_remerge_sort: [ OK ] 2.02 sec. 2025-05-26 10:33:06 00712_nan_comparison: [ OK ] 2.27 sec. 2025-05-26 10:33:07 00700_decimal_defaults: [ OK ] 1.00 sec. 2025-05-26 10:33:07 00719_insert_block_without_column: [ OK ] 4.17 sec. 2025-05-26 10:33:09 00700_decimal_in_keys: [ OK ] 2.16 sec. 2025-05-26 10:33:09 00702_join_on_dups: [ OK ] 4.99 sec. 2025-05-26 10:33:10 01019_alter_materialized_view_atomic: [ OK ] 69.19 sec. 2025-05-26 10:33:12 00696_system_columns_limit: [ OK ] 1.50 sec. 2025-05-26 10:33:12 00698_validate_array_sizes_for_nested: [ OK ] 2.77 sec. 2025-05-26 10:33:13 00695_pretty_max_column_pad_width: [ OK ] 0.70 sec. 2025-05-26 10:33:13 00697_in_subquery_shard: [ OK ] 3.67 sec. 2025-05-26 10:33:14 00694_max_block_size_zero: [ OK ] 1.54 sec. 2025-05-26 10:33:15 00688_low_cardinality_in: [ OK ] 1.80 sec. 2025-05-26 10:33:17 00686_client_exit_code: [ OK ] 1.89 sec. 2025-05-26 10:33:18 00700_to_decimal_or_something: [ OK ] 13.00 sec. 2025-05-26 10:33:18 00688_low_cardinality_syntax: [ OK ] 5.01 sec. 2025-05-26 10:33:18 00681_duplicate_columns_inside_union_all_stas_sviridov: [ OK ] 0.93 sec. 2025-05-26 10:33:19 00700_decimal_aggregates: [ OK ] 14.44 sec. 2025-05-26 10:33:19 00679_uuid_in_key: [ OK ] 1.55 sec. 2025-05-26 10:33:19 00668_compare_arrays_silviucpp: [ OK ] 1.05 sec. 2025-05-26 10:33:20 00667_compare_arrays_of_different_types: [ OK ] 1.00 sec. 2025-05-26 10:33:20 00661_array_has_silviucpp: [ OK ] 0.97 sec. 2025-05-26 10:33:21 00678_shard_funnel_window: [ OK ] 2.44 sec. 2025-05-26 10:33:22 00688_low_cardinality_serialization: [ OK ] 9.56 sec. 2025-05-26 10:33:24 00637_sessions_in_http_interface_and_settings: [ OK ] 1.52 sec. 2025-05-26 10:33:24 00647_multiply_aggregation_state: [ OK ] 3.38 sec. 2025-05-26 10:33:25 00652_replicated_mutations_default_database_zookeeper: [ OK ] 4.60 sec. 2025-05-26 10:33:28 00625_arrays_in_nested: [ OK ] 2.57 sec. 2025-05-26 10:33:28 00626_replace_partition_from_table: [ OK ] 4.04 sec. 2025-05-26 10:33:29 00613_shard_distributed_max_execution_time: [ OK ] 0.92 sec. 2025-05-26 10:33:29 00616_final_single_part: [ OK ] 1.48 sec. 2025-05-26 10:33:30 00612_union_query_with_subquery: [ OK ] 1.08 sec. 2025-05-26 10:33:32 00632_aggregation_window_funnel: [ OK ] 7.64 sec. 2025-05-26 10:33:32 00606_quantiles_and_nans: [ OK ] 0.81 sec. 2025-05-26 10:33:33 00603_system_parts_nonexistent_database: [ OK ] 0.72 sec. 2025-05-26 10:33:34 00700_decimal_casts: [ OK ] 26.39 sec. 2025-05-26 10:33:34 00609_prewhere_and_default: [ OK ] 3.48 sec. 2025-05-26 10:33:34 00600_create_temporary_table_if_not_exists: [ OK ] 0.78 sec. 2025-05-26 10:33:34 00591_columns_removal_union_all: [ OK ] 0.73 sec. 2025-05-26 10:33:35 00580_cast_nullable_to_non_nullable: [ OK ] 0.76 sec. 2025-05-26 10:33:35 00580_consistent_hashing_functions: [ OK ] 0.92 sec. 2025-05-26 10:33:36 00577_full_join_segfault: [ OK ] 1.14 sec. 2025-05-26 10:33:36 00560_float_leading_plus_in_exponent: [ OK ] 0.66 sec. 2025-05-26 10:33:36 00563_shard_insert_into_remote: [ OK ] 1.29 sec. 2025-05-26 10:33:36 00612_pk_in_tuple_perf: [ OK ] 7.10 sec. 2025-05-26 10:33:36 00551_parse_or_null: [ OK ] 0.84 sec. 2025-05-26 10:33:39 00538_datediff: [ OK ] 3.43 sec. 2025-05-26 10:33:44 00652_replicated_mutations_zookeeper: [ OK ] 23.81 sec. 2025-05-26 10:33:48 00653_verification_monotonic_data_load: [ OK ] 28.41 sec. 2025-05-26 10:33:49 00530_arrays_of_nothing: [ OK ] 1.19 sec. 2025-05-26 10:33:50 00523_aggregate_functions_in_group_array: [ OK ] 0.75 sec. 2025-05-26 10:33:53 00540_bad_data_types: [ OK ] 17.36 sec. 2025-05-26 10:33:54 00522_multidimensional: [ OK ] 4.19 sec. 2025-05-26 10:33:55 00520_http_nullable: [ OK ] 1.66 sec. 2025-05-26 10:33:56 00515_shard_desc_table_functions_and_subqueries: [ OK ] 1.40 sec. 2025-05-26 10:33:56 00513_fractional_time_zones: [ OK ] 0.80 sec. 2025-05-26 10:33:57 00746_sql_fuzzy: [ OK ] 60.92 sec. 2025-05-26 10:33:57 00508_materialized_view_to: [ OK ] 1.51 sec. 2025-05-26 10:33:59 00506_union_distributed: [ OK ] 3.05 sec. 2025-05-26 10:34:00 00506_shard_global_in_union: [ OK ] 3.46 sec. 2025-05-26 10:34:01 00502_sum_map: [ OK ] 3.30 sec. 2025-05-26 10:34:03 00500_point_in_polygon: [ OK ] 3.73 sec. 2025-05-26 10:34:04 00483_reading_from_array_structure: [ OK ] 1.53 sec. 2025-05-26 10:34:05 00476_pretty_formats_and_widths: [ OK ] 1.02 sec. 2025-05-26 10:34:09 00457_log_tinylog_stripelog_nullable: [ OK ] 3.69 sec. 2025-05-26 10:34:10 00497_whitespaces_in_insert: [ OK ] 10.07 sec. 2025-05-26 10:34:10 00440_nulls_merge_tree: [ OK ] 0.99 sec. 2025-05-26 10:34:11 00422_hash_function_constexpr: [ OK ] 0.72 sec. 2025-05-26 10:34:12 00484_preferred_max_column_in_block_size_bytes: [ OK ] 10.97 sec. 2025-05-26 10:34:12 00416_pocopatch_progress_in_http_headers: [ OK ] 2.19 sec. 2025-05-26 10:34:13 00404_null_literal: [ OK ] 0.88 sec. 2025-05-26 10:34:14 00402_nan_and_extremes: [ OK ] 1.01 sec. 2025-05-26 10:34:15 00396_uuid: [ OK ] 1.29 sec. 2025-05-26 10:34:16 00393_if_with_constant_condition: [ OK ] 1.15 sec. 2025-05-26 10:34:17 00400_client_external_options: [ OK ] 4.45 sec. 2025-05-26 10:34:18 00380_client_break_at_exception_in_batch_mode: [ OK ] 1.89 sec. 2025-05-26 10:34:19 00379_system_processes_port: [ OK ] 1.45 sec. 2025-05-26 10:34:20 00372_cors_header: [ OK ] 1.49 sec. 2025-05-26 10:34:20 00369_int_div_of_float: [ OK ] 0.89 sec. 2025-05-26 10:34:22 00341_squashing_insert_select2: [ OK ] 2.06 sec. 2025-05-26 10:34:23 00337_shard_any_heavy: [ OK ] 1.11 sec. 2025-05-26 10:34:24 00534_functions_bad_arguments2: [ OK ] 47.17 sec. 2025-05-26 10:34:24 00324_hashing_enums: [ OK ] 0.76 sec. 2025-05-26 10:34:26 00321_pk_set: [ OK ] 1.95 sec. 2025-05-26 10:34:29 00318_pk_tuple_order: [ OK ] 4.62 sec. 2025-05-26 10:34:29 00313_const_totals_extremes: [ OK ] 2.52 sec. 2025-05-26 10:34:29 00340_squashing_insert_select: [ OK ] 9.51 sec. 2025-05-26 10:34:29 00307_format_xml: [ OK ] 0.76 sec. 2025-05-26 10:34:30 00292_parser_tuple_element: [ OK ] 0.73 sec. 2025-05-26 10:34:31 00298_enum_width_and_cast: [ OK ] 1.40 sec. 2025-05-26 10:34:31 00287_column_const_with_nan: [ OK ] 0.76 sec. 2025-05-26 10:34:32 00280_hex_escape_sequence: [ OK ] 0.67 sec. 2025-05-26 10:34:32 00299_stripe_log_multiple_inserts: [ OK ] 2.47 sec. 2025-05-26 10:34:32 00271_agg_state_and_totals: [ OK ] 0.71 sec. 2025-05-26 10:34:32 00268_aliases_without_as_keyword: [ OK ] 0.72 sec. 2025-05-26 10:34:33 00267_tuple_array_access_operators_priority: [ OK ] 0.72 sec. 2025-05-26 10:34:33 00266_read_overflow_mode: [ OK ] 0.79 sec. 2025-05-26 10:34:33 00273_quantiles: [ OK ] 2.11 sec. 2025-05-26 10:34:34 00258_materializing_tuples: [ OK ] 1.11 sec. 2025-05-26 10:34:35 00534_functions_bad_arguments7: [ OK ] 58.14 sec. 2025-05-26 10:34:35 00262_alter_alias: [ OK ] 1.93 sec. 2025-05-26 10:34:35 00239_type_conversion_in_in: [ OK ] 0.91 sec. 2025-05-26 10:34:35 00231_format_vertical_raw: [ OK ] 0.68 sec. 2025-05-26 10:34:37 00265_http_content_type_format_timezone: [ OK ] 3.59 sec. 2025-05-26 10:34:37 00228_shard_quantiles_deterministic_merge_overflow: [ OK ] 1.40 sec. 2025-05-26 10:34:38 00230_array_functions_has_count_equal_index_of_non_const_second_arg: [ OK ] 2.64 sec. 2025-05-26 10:34:38 00217_shard_global_subquery_columns_with_same_name: [ OK ] 1.34 sec. 2025-05-26 10:34:39 00224_shard_distributed_aggregation_memory_efficient_and_overflows: [ OK ] 3.39 sec. 2025-05-26 10:34:40 00195_shard_union_all_and_global_in: [ OK ] 1.48 sec. 2025-05-26 10:34:40 00192_least_greatest: [ OK ] 1.51 sec. 2025-05-26 10:34:41 00185_array_literals: [ OK ] 1.64 sec. 2025-05-26 10:34:42 00180_attach_materialized_view: [ OK ] 0.99 sec. 2025-05-26 10:34:42 00199_ternary_operator_type_check: [ OK ] 3.70 sec. 2025-05-26 10:34:42 00169_join_constant_keys: [ OK ] 0.75 sec. 2025-05-26 10:34:43 00178_query_datetime64_index: [ OK ] 1.03 sec. 2025-05-26 10:34:43 00165_transform_non_const_default: [ OK ] 1.41 sec. 2025-05-26 10:34:44 00152_totals_in_subquery: [ OK ] 0.85 sec. 2025-05-26 10:34:45 00151_tuple_with_array: [ OK ] 0.71 sec. 2025-05-26 10:34:47 00161_rounding_functions: [ OK ] 4.72 sec. 2025-05-26 10:34:49 00147_alter_nested_default: [ OK ] 2.17 sec. 2025-05-26 10:34:50 00131_set_hashed: [ OK ] 0.67 sec. 2025-05-26 10:34:51 00122_join_with_subquery_with_subquery: [ OK ] 0.75 sec. 2025-05-26 10:34:52 00114_float_type_result_of_division: [ OK ] 0.61 sec. 2025-05-26 10:34:57 00109_shard_totals_after_having: [ OK ] 5.55 sec. 2025-05-26 10:34:58 00102_insert_into_temporary_table: [ OK ] 0.74 sec. 2025-05-26 10:35:00 00534_functions_bad_arguments11: [ OK ] 79.95 sec. 2025-05-26 10:35:00 00534_functions_bad_arguments8: [ OK ] 76.23 sec. 2025-05-26 10:35:00 00098_g_union_all: [ OK ] 0.75 sec. 2025-05-26 10:35:01 00098_a_union_all: [ OK ] 0.71 sec. 2025-05-26 10:35:01 00101_materialized_views_and_insert_without_explicit_database: [ OK ] 3.17 sec. 2025-05-26 10:35:01 00098_f_union_all: [ OK ] 1.17 sec. 2025-05-26 10:35:02 00098_k_union_all: [ OK ] 0.73 sec. 2025-05-26 10:35:02 00148_summing_merge_tree_aggregate_function: [ OK ] 17.22 sec. 2025-05-26 10:35:02 00088_distinct_of_arrays_of_strings: [ OK ] 0.70 sec. 2025-05-26 10:35:03 00077_set_keys_fit_128_bits_many_blocks: [ OK ] 0.82 sec. 2025-05-26 10:35:03 00072_in_types: [ OK ] 0.77 sec. 2025-05-26 10:35:03 00073_merge_sorting_empty_array_joined: [ OK ] 0.85 sec. 2025-05-26 10:35:04 00066_group_by_in: [ OK ] 0.83 sec. 2025-05-26 10:35:04 00064_negate_bug: [ OK ] 0.70 sec. 2025-05-26 10:35:05 00048_a_stored_aggregates_merge: [ OK ] 1.96 sec. 2025-05-26 10:35:06 00041_big_array_join: [ OK ] 1.65 sec. 2025-05-26 10:35:06 00048_b_stored_aggregates_merge: [ OK ] 1.97 sec. 2025-05-26 10:35:06 00038_totals_limit: [ OK ] 0.72 sec. 2025-05-26 10:35:06 00037_totals_limit: [ OK ] 0.76 sec. 2025-05-26 10:35:07 00034_fixed_string_to_number: [ OK ] 0.73 sec. 2025-05-26 10:35:08 00028_shard_big_agg_aj_distributed: [ OK ] 1.61 sec. 2025-05-26 10:35:09 00024_unused_array_join_in_subquery: [ OK ] 0.72 sec. 2025-05-26 10:35:09 00030_alter_table: [ OK ] 3.43 sec. 2025-05-26 10:35:10 00022_func_higher_order_and_constants: [ OK ] 0.70 sec. 2025-05-26 10:35:11 00008_array_join: [ OK ] 0.69 sec. 2025-05-26 10:35:11 00014_select_from_table_with_nested: [ OK ] 1.41 sec. 2025-05-26 10:35:11 00007_array: [ OK ] 0.78 sec. 2025-05-26 10:35:11 2025-05-26 10:35:11 140 tests passed. 1 tests skipped. 627.69 s elapsed (ForkPoolWorker-4). 2025-05-26 10:35:13 00002_system_numbers: [ OK ] 1.50 sec. 2025-05-26 10:35:13 2025-05-26 10:35:13 161 tests passed. 1 tests skipped. 628.77 s elapsed (ForkPoolWorker-9). 2025-05-26 10:35:17 00029_test_zookeeper_optimize_exception: [ OK ] 10.47 sec. 2025-05-26 10:35:17 2025-05-26 10:35:17 83 tests passed. 0 tests skipped. 633.23 s elapsed (ForkPoolWorker-2). 2025-05-26 10:35:49 00223_shard_distributed_aggregation_memory_efficient: [ OK ] 72.67 sec. 2025-05-26 10:35:49 2025-05-26 10:35:49 Having 1 errors! 151 tests passed. 0 tests skipped. 665.75 s elapsed (ForkPoolWorker-8). 2025-05-26 10:36:23 00411_long_accurate_number_comparison_int1: [ OK ] 132.15 sec. 2025-05-26 10:36:23 2025-05-26 10:36:23 100 tests passed. 1 tests skipped. 699.48 s elapsed (ForkPoolWorker-7). 2025-05-26 10:36:44 00763_long_lock_buffer_alter_destination_table: [ OK ] 229.98 sec. 2025-05-26 10:36:44 2025-05-26 10:36:44 106 tests passed. 1 tests skipped. 719.80 s elapsed (ForkPoolWorker-3). 2025-05-26 10:38:58 00097_long_storage_buffer_race_condition: [ OK ] 236.93 sec. 2025-05-26 10:38:58 2025-05-26 10:38:58 116 tests passed. 0 tests skipped. 854.63 s elapsed (ForkPoolWorker-6). 2025-05-26 10:39:47 00155_long_merges: [ OK ] 303.83 sec. 2025-05-26 10:39:47 2025-05-26 10:39:47 118 tests passed. 1 tests skipped. 902.77 s elapsed (ForkPoolWorker-5). 2025-05-26 10:39:47 2025-05-26 10:39:47 Running 111 stateless tests (MainProcess). 2025-05-26 10:39:47 2025-05-26 10:39:51 02971_analyzer_remote_id: [ OK ] 4.47 sec. 2025-05-26 10:39:52 02960_partition_by_udf: [ OK ] 1.24 sec. 2025-05-26 10:40:03 02943_rmt_alter_metadata_merge_checksum_mismatch: [ OK ] 10.49 sec. 2025-05-26 10:40:10 02915_move_partition_inactive_replica: [ OK ] 7.04 sec. 2025-05-26 10:40:12 02911_row_policy_on_cluster: [ OK ] 1.35 sec. 2025-05-26 10:40:13 02910_prefetch_unexpceted_exception: [ OK ] 1.51 sec. 2025-05-26 10:40:14 02908_empty_named_collection: [ OK ] 0.87 sec. 2025-05-26 10:40:21 02884_async_insert_skip_settings: [ OK ] 6.15 sec. 2025-05-26 10:40:51 02871_peak_threads_usage: [ OK ] 30.05 sec. 2025-05-26 10:40:52 02867_create_user_ssh: [ OK ] 0.92 sec. 2025-05-26 10:40:54 02863_delayed_source_with_totals_and_extremes: [ OK ] 2.65 sec. 2025-05-26 10:40:57 02843_insertion_table_schema_infer: [ OK ] 2.12 sec. 2025-05-26 10:41:00 02833_multiprewhere_extra_column: [ OK ] 3.47 sec. 2025-05-26 10:41:12 02808_filesystem_cache_drop_query: [ OK ] 11.52 sec. 2025-05-26 10:41:19 02796_calculate_text_stack_trace: [ OK ] 7.34 sec. 2025-05-26 10:41:23 02775_show_columns_called_from_mysql: [ OK ] 3.04 sec. 2025-05-26 10:41:24 02762_replicated_database_no_args: [ OK ] 0.92 sec. 2025-05-26 10:41:25 02725_url_support_virtual_column: [ OK ] 1.64 sec. 2025-05-26 10:41:29 02703_row_policy_for_database: [ OK ] 4.07 sec. 2025-05-26 10:41:58 02700_s3_part_INT_MAX: [ OK ] 28.17 sec. 2025-05-26 10:42:08 02566_ipv4_ipv6_binary_formats: [ OK ] 10.26 sec. 2025-05-26 10:42:10 02561_temporary_table_sessions: [ OK ] 2.23 sec. 2025-05-26 10:43:04 02515_cleanup_async_insert_block_ids: [ OK ] 53.80 sec. 2025-05-26 10:43:17 02504_regexp_dictionary_ua_parser: [ OK ] 12.99 sec. 2025-05-26 10:43:21 02501_deep_recusion_schema_inference: [ OK ] 3.87 sec. 2025-05-26 10:43:23 02495_s3_filter_by_file: [ OK ] 1.71 sec. 2025-05-26 10:43:33 02494_query_cache_query_log: [ OK ] 10.33 sec. 2025-05-26 10:43:37 02494_query_cache_case_agnostic_matching: [ OK ] 3.29 sec. 2025-05-26 10:43:38 02494_query_cache_compression: [ OK ] 1.55 sec. 2025-05-26 10:43:41 02494_query_cache_totals_extremes: [ OK ] 1.92 sec. 2025-05-26 10:43:43 02494_query_cache_eligible_queries: [ OK ] 2.14 sec. 2025-05-26 10:43:46 02494_query_cache_events: [ OK ] 2.64 sec. 2025-05-26 10:43:48 02494_query_cache_squash_partial_results: [ OK ] 2.41 sec. 2025-05-26 10:43:50 02484_substitute_udf_storage_args: [ OK ] 1.44 sec. 2025-05-26 10:43:51 02483_check_virtuals_shile_using_structure_from_insertion_table: [ OK ] 1.13 sec. 2025-05-26 10:43:55 02483_capnp_decimals: [ OK ] 4.44 sec. 2025-05-26 10:44:00 02459_glob_for_recursive_directory_traversal: [ OK ] 4.54 sec. 2025-05-26 10:44:10 02421_record_errors_row_by_input_format: [ OK ] 10.15 sec. 2025-05-26 10:44:10 02396_system_parts_race_condition_rm: [ SKIPPED ] 0.00 sec. - disabled 2025-05-26 10:44:30 02353_compression_level: [ OK ] 19.70 sec. 2025-05-26 10:44:34 02350_views_max_insert_threads: [ OK ] 3.95 sec. 2025-05-26 10:44:38 02337_drop_filesystem_cache_access: [ OK ] 3.81 sec. 2025-05-26 10:44:39 02304_orc_arrow_parquet_string_as_string: [ OK ] 1.06 sec. 2025-05-26 10:44:54 02247_read_bools_as_numbers_json: [ OK ] 15.04 sec. 2025-05-26 10:45:14 02242_system_filesystem_cache_log_table: [ OK ] 19.69 sec. 2025-05-26 10:45:16 02240_filesystem_query_cache: [ OK ] 1.28 sec. 2025-05-26 10:45:33 02240_system_filesystem_cache_table: [ OK ] 16.89 sec. 2025-05-26 10:45:42 02222_create_table_without_columns_metadata: [ OK ] 9.12 sec. 2025-05-26 10:45:45 02184_ipv6_parsing: [ OK ] 2.94 sec. 2025-05-26 10:46:18 02152_http_external_tables_memory_tracking: [ OK ] 32.94 sec. 2025-05-26 10:46:31 02149_schema_inference_create_table_syntax: [ OK ] 12.41 sec. 2025-05-26 10:46:44 02130_parse_quoted_null: [ OK ] 12.97 sec. 2025-05-26 10:47:04 02115_write_buffers_finalize: [ OK ] 20.37 sec. 2025-05-26 10:47:08 02104_json_strings_nullable_string: [ OK ] 3.15 sec. 2025-05-26 10:47:09 02101_sql_user_defined_functions_drop_if_exists: [ OK ] 1.08 sec. 2025-05-26 10:47:10 02098_sql_user_defined_functions_aliases: [ OK ] 0.79 sec. 2025-05-26 10:47:10 02096_sql_user_defined_function_alias: [ OK ] 0.73 sec. 2025-05-26 10:47:12 02015_column_default_dict_get_identifier: [ OK ] 1.63 sec. 2025-05-26 10:47:22 02002_row_level_filter_bug: [ OK ] 9.93 sec. 2025-05-26 10:47:25 01913_exact_rows_before_limit_full: [ OK ] 2.61 sec. 2025-05-26 10:47:27 01910_view_dictionary: [ OK ] 1.84 sec. 2025-05-26 10:47:30 01901_test_attach_partition_from: [ OK ] 2.81 sec. 2025-05-26 10:47:40 01889_check_row_policy_defined_using_user_function: [ OK ] 10.57 sec. 2025-05-26 10:47:42 01870_buffer_flush: [ OK ] 1.04 sec. 2025-05-26 10:47:44 01856_create_function: [ OK ] 2.39 sec. 2025-05-26 10:47:45 01821_table_comment: [ OK ] 1.27 sec. 2025-05-26 10:47:51 01753_direct_dictionary_simple_key: [ OK ] 5.29 sec. 2025-05-26 10:48:05 01737_clickhouse_server_wait_server_pool_long: [ OK ] 14.46 sec. 2025-05-26 10:48:21 01722_long_brotli_http_compression_json_format: [ OK ] 15.14 sec. 2025-05-26 10:48:22 01721_engine_file_truncate_on_insert: [ OK ] 1.34 sec. 2025-05-26 10:48:27 01681_cache_dictionary_simple_key: [ OK ] 4.59 sec. 2025-05-26 10:48:29 01603_rename_overwrite_bug: [ OK ] 2.28 sec. 2025-05-26 10:50:08 01593_concurrent_alter_mutations_kill_many_replicas_long: [ OK ] 98.83 sec. 2025-05-26 10:50:16 01524_do_not_merge_across_partitions_select_final: [ OK ] 7.88 sec. 2025-05-26 10:51:55 01459_manual_write_to_replicas: [ OK ] 98.55 sec. 2025-05-26 10:51:57 01455_rank_correlation_spearman: [ OK ] 1.81 sec. 2025-05-26 10:52:05 01417_freeze_partition_verbose_zookeeper: [ OK ] 8.71 sec. 2025-05-26 10:52:26 01414_mutations_and_errors_zookeeper: [ OK ] 20.72 sec. 2025-05-26 10:52:43 01410_nullable_key_more_tests: [ OK ] 16.47 sec. 2025-05-26 10:52:46 01388_clear_all_columns: [ OK ] 3.23 sec. 2025-05-26 10:53:03 01338_long_select_and_alter: [ OK ] 16.40 sec. 2025-05-26 10:53:15 01307_multiple_leaders_zookeeper: [ OK ] 12.54 sec. 2025-05-26 10:53:49 01301_aggregate_state_exception_memory_leak: [ OK ] 33.62 sec. 2025-05-26 10:53:50 01294_system_distributed_on_cluster: [ OK ] 1.29 sec. 2025-05-26 10:53:50 01281_group_by_limit_memory_tracking: [ SKIPPED ] 0.00 sec. - not running for current build 2025-05-26 10:53:58 01272_suspicious_codecs: [ OK ] 6.98 sec. 2025-05-26 10:53:59 01225_show_create_table_from_dictionary: [ OK ] 1.11 sec. 2025-05-26 10:54:01 01188_attach_table_from_path: [ OK ] 2.35 sec. 2025-05-26 10:54:03 01164_alter_memory_database: [ OK ] 1.55 sec. 2025-05-26 10:55:49 01154_move_partition_long: [ OK ] 105.73 sec. 2025-05-26 10:55:52 01153_attach_mv_uuid: [ OK ] 3.67 sec. 2025-05-26 10:55:54 01119_weird_user_names: [ OK ] 1.66 sec. 2025-05-26 10:55:55 01110_dictionary_layout_without_arguments: [ OK ] 1.02 sec. 2025-05-26 10:56:06 01091_num_threads: [ OK ] 10.44 sec. 2025-05-26 10:56:17 01086_window_view_cleanup: [ OK ] 11.34 sec. 2025-05-26 10:56:20 01085_max_distributed_connections_http: [ OK ] 2.85 sec. 2025-05-26 10:57:01 01079_parallel_alter_detach_table_zookeeper: [ OK ] 41.06 sec. 2025-05-26 10:57:12 01076_cache_dictionary_datarace_exception_ptr: [ OK ] 10.87 sec. 2025-05-26 10:57:17 01070_mutations_with_dependencies: [ OK ] 4.24 sec. 2025-05-26 10:57:25 01060_shutdown_table_after_detach: [ OK ] 8.38 sec. 2025-05-26 10:57:33 01053_ssd_dictionary: [ OK ] 7.84 sec. 2025-05-26 10:57:52 01040_dictionary_invalidate_query_switchover_long: [ OK ] 19.22 sec. 2025-05-26 10:58:02 01038_dictionary_lifetime_min_zero_sec: [ OK ] 9.41 sec. 2025-05-26 10:58:04 01023_materialized_view_query_context: [ OK ] 2.34 sec. 2025-05-26 10:58:13 01018_ddl_dictionaries_bad_queries: [ OK ] 8.76 sec. 2025-05-26 10:58:49 01014_lazy_database_concurrent_recreate_reattach_and_show_tables: [ OK ] 35.91 sec. 2025-05-26 10:59:10 01014_lazy_database_basic: [ OK ] 21.22 sec. 2025-05-26 10:59:13 00971_query_id_in_logs: [ OK ] 2.09 sec. 2025-05-26 10:59:26 00463_long_sessions_in_http_interface: [ OK ] 13.35 sec. 2025-05-26 10:59:28 00309_formats_case_insensitive: [ OK ] 1.81 sec. 2025-05-26 10:59:55 00002_log_and_exception_messages_formatting: [ OK ] 26.43 sec. 2025-05-26 10:59:55 2025-05-26 10:59:55 109 tests passed. 2 tests skipped. 1208.21 s elapsed (MainProcess). 2025-05-26 10:59:59 Won't run stateful tests because test data wasn't loaded. 2025-05-26 10:59:59 Checking the hung queries: done 2025-05-26 10:59:59 2025-05-26 10:59:59 No queries hung. 2025-05-26 10:59:59 2025-05-26 10:59:59 Some tests were restarted: 2025-05-26 10:59:59 2025-05-26 10:59:59 2025-05-26 10:59:59 02221_parallel_replicas_bug : 2025-05-26 10:59:59 [ fail ] 12.41 sec. - having stderror: 2025-05-26 10:59:59 [d0301184a01e] 2025.05.26 15:28:15.609992 [ 3634 ] {78e659b6-a065-4c09-bce5-f612903d3289} ConnectionPoolWithFailover: Connection failed at try №1, reason: Code: 210. DB::NetException: Connection refused (127.0.0.3:1234). (NETWORK_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) 2025-05-26 10:59:59 2025-05-26 10:59:59 stdout: 2025-05-26 10:59:59 2025-05-26 10:59:59 2025-05-26 10:59:59 Settings used in the test: --max_insert_threads 0 --group_by_two_level_threshold 114381 --group_by_two_level_threshold_bytes 50000000 --distributed_aggregation_memory_efficient 0 --fsync_metadata 0 --output_format_parallel_formatting 1 --input_format_parallel_parsing 1 --min_chunk_bytes_for_parallel_parsing 6912256 --max_read_buffer_size 549669 --prefer_localhost_replica 1 --max_block_size 22012 --max_threads 11 --optimize_append_index 0 --optimize_if_chain_to_multiif 0 --optimize_if_transform_strings_to_enum 0 --optimize_read_in_order 0 --optimize_or_like_chain 1 --optimize_substitute_columns 1 --enable_multiple_prewhere_read_steps 0 --read_in_order_two_level_merge_threshold 24 --optimize_aggregation_in_order 0 --aggregation_in_order_max_block_bytes 8085887 --use_uncompressed_cache 0 --min_bytes_to_use_direct_io 10737418240 --min_bytes_to_use_mmap_io 10737418240 --local_filesystem_read_method pread_threadpool --remote_filesystem_read_method threadpool --local_filesystem_read_prefetch 0 --filesystem_cache_segments_batch_size 50 --read_from_filesystem_cache_if_exists_otherwise_bypass_cache 1 --throw_on_error_from_cache_on_write_operations 0 --remote_filesystem_read_prefetch 1 --allow_prefetched_read_pool_for_remote_filesystem 0 --filesystem_prefetch_max_memory_usage 64Mi --filesystem_prefetches_limit 0 --filesystem_prefetch_min_bytes_for_single_read_task 8Mi --filesystem_prefetch_step_marks 0 --filesystem_prefetch_step_bytes 100Mi --compile_aggregate_expressions 0 --compile_sort_description 1 --merge_tree_coarse_index_granularity 8 --optimize_distinct_in_order 0 --max_bytes_before_external_sort 10737418240 --max_bytes_before_external_group_by 10737418240 --max_bytes_before_remerge_sort 2708102301 --min_compress_block_size 373925 --max_compress_block_size 838304 --merge_tree_compact_parts_min_granules_to_multibuffer_read 78 --optimize_sorting_by_input_stream_properties 1 --http_response_buffer_size 156648 --http_wait_end_of_query True --enable_memory_bound_merging_of_aggregation_results 0 --min_count_to_compile_expression 0 --min_count_to_compile_aggregate_expression 3 --min_count_to_compile_sort_description 0 --session_timezone Africa/Khartoum --prefer_warmed_unmerged_parts_seconds 10 --use_page_cache_for_disks_without_file_cache True --page_cache_inject_eviction False --merge_tree_read_split_ranges_into_intersecting_and_non_intersecting_injection_probability 0.14 2025-05-26 10:59:59 2025-05-26 10:59:59 MergeTree settings used in test: --ratio_of_defaults_for_sparse_serialization 1.0 --prefer_fetch_merged_part_size_threshold 1 --vertical_merge_algorithm_min_rows_to_activate 1 --vertical_merge_algorithm_min_columns_to_activate 1 --allow_vertical_merges_from_compact_to_wide_parts 1 --min_merge_bytes_to_use_direct_io 6294570374 --index_granularity_bytes 949242 --merge_max_block_size 17810 --index_granularity 4123 --min_bytes_for_wide_part 25186711 --marks_compress_block_size 62529 --primary_key_compress_block_size 63092 --replace_long_file_name_to_hash 1 --max_file_name_length 128 --min_bytes_for_full_part_storage 536870912 --compact_parts_max_bytes_to_buffer 511004778 --compact_parts_max_granules_to_buffer 150 --compact_parts_merge_max_bytes_to_prefetch_part 3849421 --cache_populated_by_fetch 1 --concurrent_part_removal_threshold 100 --old_parts_lifetime 186 2025-05-26 10:59:59 2025-05-26 10:59:59 Database: test_1imw4u31 2025-05-26 10:59:59 All tests have finished. 2025-05-26 10:59:59 2025-05-26 10:59:59 Top patterns of log messages: 2025-05-26 10:59:59 2025-05-26 10:59:59 count count_% size size_% uniq_loggers uniq_threads levels background_% message_format_string 2025-05-26 10:59:59 2025-05-26 10:59:59 1. 45774 0.051 2.38 MiB 0.019 8 317 ['Trace'] 0.001 Access granted: {}{} 2025-05-26 10:59:59 2. 40562 0.045 3.46 MiB 0.027 1 493 ['Trace'] 0 Aggregated. {} to {} rows (from {}) in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 10:59:59 3. 36947 0.041 6.86 MiB 0.054 1 109 ['Debug'] 0 (from {}{}{}){}{} {} (stage: {}) 2025-05-26 10:59:59 4. 36932 0.041 5.53 MiB 0.044 3 108 ['Trace'] 1 {} Creating query context from {} context, user_id: {}, parent context user: {} 2025-05-26 10:59:59 5. 33038 0.037 973.00 KiB 0.008 1 496 ['Trace'] 0 Aggregation method: {} 2025-05-26 10:59:59 6. 31169 0.035 879.26 KiB 0.007 1 108 ['Debug'] 0 Processed in {} sec. 2025-05-26 10:59:59 7. 25421 0.028 20.98 MiB 0.166 1 187 ['Trace'] 0.001 Query {} to stage {}{} 2025-05-26 10:59:59 8. 25057 0.028 21.41 MiB 0.169 1 185 ['Trace'] 0.001 Query {} from stage {} to stage {}{} 2025-05-26 10:59:59 9. 24260 0.027 1.06 MiB 0.008 1 1 ['Trace'] 1 Processing requests batch, size: {}, bytes: {} 2025-05-26 10:59:59 10. 21510 0.024 1.71 MiB 0.013 1 475 ['Trace'] 0 An entry for key={} found in cache: sum_of_sizes={}, median_size={} 2025-05-26 10:59:59 11. 21153 0.024 1.47 MiB 0.012 1 1064 ['Trace'] 0.571 Reserved {} on local disk {}, having unreserved {}. 2025-05-26 10:59:59 12. 19049 0.021 1.48 MiB 0.012 1 97 ['Debug'] 0 Read {} rows, {} in {} sec., {} rows/sec., {}/sec. 2025-05-26 10:59:59 13. 16667 0.019 1.85 MiB 0.015 729 498 ['Trace'] 0.584 Renaming temporary part {} to {} with tid {}. 2025-05-26 10:59:59 14. 16183 0.018 1.10 MiB 0.009 722 939 ['Trace'] 0.654 Trying to reserve {} using storage policy from min volume index {} 2025-05-26 10:59:59 15. 12579 0.014 1.11 MiB 0.009 114 526 ['Trace'] 0.994 Insert entry {} to queue with type {} 2025-05-26 10:59:59 16. 11801 0.013 964.92 KiB 0.007 5 146 ['Debug'] 0.997 {} Authenticating user '{}' from {} 2025-05-26 10:59:59 17. 11780 0.013 1.29 MiB 0.01 5 146 ['Debug'] 0.997 {} Authenticated with global context as user {} 2025-05-26 10:59:59 18. 11741 0.013 1.01 MiB 0.008 5 141 ['Debug'] 0.997 {} Logout, user_id: {} 2025-05-26 10:59:59 19. 11704 0.013 1.25 MiB 0.01 3 108 ['Debug'] 1 {} Creating session context with user_id: {} 2025-05-26 10:59:59 20. 11046 0.012 511.08 KiB 0.004 1 535 ['Trace'] 0.356 filled checksums {} 2025-05-26 10:59:59 21. 10860 0.012 4.95 MiB 0.039 2 95 ['Trace'] 1 Request URI: {} 2025-05-26 10:59:59 22. 10860 0.012 2.17 MiB 0.017 2 95 ['Trace'] 1 HTTP Request for {}. Method: {}, Address: {}, User-Agent: {}{}, Content Type: {}, Transfer Encoding: {}, X-Forwarded-For: {} 2025-05-26 10:59:59 23. 10807 0.012 221.63 KiB 0.002 2 95 ['Debug'] 0.49 Done processing query 2025-05-26 10:59:59 24. 10465 0.012 498.75 KiB 0.004 1 124 ['Debug'] 0.21 Peak memory usage{}: {}. 2025-05-26 10:59:59 25. 10148 0.011 789.63 KiB 0.006 108 473 ['Trace'] 0.895 Part {} is not stored on zero-copy replicated disk, blobs can be removed 2025-05-26 10:59:59 26. 9120 0.01 97.97 KiB 0.001 1 486 ['Trace'] 0 Aggregating 2025-05-26 10:59:59 27. 8040 0.009 463.30 KiB 0.004 114 526 ['Debug'] 0.995 Pulling {} entries to queue: {} - {} 2025-05-26 10:59:59 28. 8040 0.009 204.20 KiB 0.002 114 526 ['Debug'] 0.995 Pulled {} entries to queue. 2025-05-26 10:59:59 29. 8005 0.009 676.06 KiB 0.005 119 512 ['Trace'] 1 Scheduling next merge selecting task after {}ms, current attempt status: {} 2025-05-26 10:59:59 30. 7857 0.009 1.07 MiB 0.008 101 512 ['Trace'] 1 Checked {} partitions, found {} partitions with parts that may be merged: [{}] (max_total_size_to_merge={}, merge_with_ttl_allowed={}) 2025-05-26 10:59:59 31. 6306 0.007 237.48 KiB 0.002 90 32 ['Debug'] 0.839 Committing part {} to zookeeper 2025-05-26 10:59:59 32. 6228 0.007 783.70 KiB 0.006 1 2 ['Trace'] 1 Creating part at path {} 2025-05-26 10:59:59 33. 6226 0.007 493.65 KiB 0.004 513 83 ['Trace'] 0 Reading {} ranges in{}order from part {}, approx. {} rows starting from {} 2025-05-26 10:59:59 34. 6201 0.007 204.25 KiB 0.002 1 108 ['Trace'] 1 TCP Request. Address: {} 2025-05-26 10:59:59 35. 6199 0.007 596.50 KiB 0.005 1 108 ['Debug'] 1 Connected {} version {}.{}.{}, revision: {}{}{}. 2025-05-26 10:59:59 36. 6164 0.007 225.96 KiB 0.002 90 32 ['Debug'] 0.858 Part {} committed to zookeeper 2025-05-26 10:59:59 37. 6157 0.007 162.34 KiB 0.001 1 102 ['Debug'] 1 Done processing connection. 2025-05-26 10:59:59 38. 6119 0.007 471.02 KiB 0.004 53 381 ['Trace'] 0.003 Used generic exclusion search over index for part {} with {} steps 2025-05-26 10:59:59 39. 5843 0.006 205.42 KiB 0.002 1 141 ['Trace'] 0.006 Converting aggregated data to blocks 2025-05-26 10:59:59 40. 5830 0.006 620.06 KiB 0.005 1 132 ['Debug'] 0.004 Converted aggregated data to blocks. {} rows, {} in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 10:59:59 41. 5705 0.006 523.54 KiB 0.004 1 40 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part 2025-05-26 10:59:59 42. 5688 0.006 127.76 KiB 0.001 1 469 ['Trace'] 0 Merging aggregated data 2025-05-26 10:59:59 43. 5296 0.006 455.13 KiB 0.004 64 33 ['Trace'] 1 Trying to fetch with zero-copy replication, but disk is not provided, will try to select 2025-05-26 10:59:59 44. 5296 0.006 191.34 KiB 0.001 64 33 ['Trace'] 1 Checking disk {} with type {} 2025-05-26 10:59:59 45. 5296 0.006 115.42 KiB 0.001 61 42 ['Trace'] 1 Sending part {} 2025-05-26 10:59:59 46. 5295 0.006 543.12 KiB 0.004 64 32 ['Debug'] 1 Fetching part {} from {}:{} 2025-05-26 10:59:59 47. 5292 0.006 101.82 KiB 0.001 64 33 ['Debug'] 1 Downloading files {} 2025-05-26 10:59:59 48. 5291 0.006 449.52 KiB 0.003 64 33 ['Trace'] 1 Disk for fetch is not provided, getting disk from reservation {} with type '{}' 2025-05-26 10:59:59 49. 5289 0.006 234.06 KiB 0.002 63 33 ['Debug'] 1 Downloading part {} onto disk {}. 2025-05-26 10:59:59 50. 5289 0.006 537.42 KiB 0.004 64 32 ['Debug'] 1 Fetched part {} from {}:{}{} 2025-05-26 10:59:59 51. 5288 0.006 280.49 KiB 0.002 63 33 ['Debug'] 1 Download of part {} onto disk {} finished. 2025-05-26 10:59:59 52. 4934 0.005 165.01 KiB 0.001 579 112 ['Debug'] 0.008 Key condition: {} 2025-05-26 10:59:59 53. 4794 0.005 545.59 KiB 0.004 577 112 ['Debug'] 0.008 Selected {}/{} parts by partition key, {} parts by primary key, {}/{} marks by primary key, {} marks to read from {} ranges 2025-05-26 10:59:59 54. 4508 0.005 233.32 KiB 0.002 502 112 ['Trace'] 0.008 Spreading mark ranges among streams (default reading) 2025-05-26 10:59:59 55. 4354 0.005 1.55 MiB 0.012 2 11 ['Error'] 0 Number of arguments for function {} doesn't match: passed {}, should be {} 2025-05-26 10:59:59 56. 4105 0.005 424.32 KiB 0.003 1 23 ['Debug'] 0 Reading {} marks from part {}, total {} rows starting from the beginning of the part, column {} 2025-05-26 10:59:59 57. 4102 0.005 261.13 KiB 0.002 35 260 ['Debug'] 1 There is no part {} in ZooKeeper, it was only in filesystem 2025-05-26 10:59:59 58. 3654 0.004 281.90 KiB 0.002 1 90 ['Trace'] 0 Query span trace_id for opentelemetry log: {} 2025-05-26 10:59:59 59. 3387 0.004 499.77 KiB 0.004 1 274 ['Debug'] 0.005 Merged partially aggregated blocks for bucket #{}. Got {} rows, {} from {} source rows in {} sec. ({:.3f} rows/sec., {}/sec.) 2025-05-26 10:59:59 60. 3387 0.004 167.21 KiB 0.001 1 274 ['Trace'] 0.005 Merging partially aggregated blocks (bucket = {}). 2025-05-26 10:59:59 61. 3367 0.004 121.54 KiB 0.001 17 17 ['Trace'] 1 Flushed system log up to offset {} 2025-05-26 10:59:59 62. 3367 0.004 195.74 KiB 0.002 17 17 ['Trace'] 1 Flushing system log, {} entries to flush up to offset {} 2025-05-26 10:59:59 63. 2959 0.003 335.20 KiB 0.003 1 243 ['Information'] 0 Sorting and writing part of data into temporary file {} 2025-05-26 10:59:59 64. 2957 0.003 442.19 KiB 0.003 1 240 ['Information'] 0 Done writing part of data into temporary file {}, compressed {}, uncompressed {} 2025-05-26 10:59:59 65. 2718 0.003 445.88 KiB 0.003 1 66 ['Trace'] 0.012 PREWHERE condition was split into {} steps: {} 2025-05-26 10:59:59 66. 2565 0.003 232.33 KiB 0.002 1 291 ['Debug'] 0 Merge sorted {} blocks, {} rows in {} sec., {} rows/sec., {}/sec 2025-05-26 10:59:59 67. 2550 0.003 456.85 KiB 0.004 1 140 ['Debug'] 0 {}:{}: sampleColumns {} '{}' 2025-05-26 10:59:59 68. 2497 0.003 179.34 KiB 0.001 88 393 ['Debug'] 0 Wrote block with ID '{}', {} rows{} 2025-05-26 10:59:59 69. 2407 0.003 476.64 KiB 0.004 1 504 ['Information'] 1 Removing metadata {} of dropped table {} 2025-05-26 10:59:59 70. 2407 0.003 178.64 KiB 0.001 1 86 ['Debug'] 0 Waiting for table {} to be finally dropped 2025-05-26 10:59:59 71. 2407 0.003 305.28 KiB 0.002 1 504 ['Information'] 1 Have {} tables in drop queue ({} of them are in use), will try drop {} 2025-05-26 10:59:59 72. 2236 0.002 45.86 KiB 0 1 400 ['Debug'] 1 Stop worker in {} 2025-05-26 10:59:59 73. 2236 0.002 155.12 KiB 0.001 1 330 ['Debug'] 1 Finish load job '{}' with status {} 2025-05-26 10:59:59 74. 2236 0.002 69.88 KiB 0.001 1 393 ['Debug'] 0.5 Spawn loader worker #{} in {} 2025-05-26 10:59:59 75. 2236 0.002 146.39 KiB 0.001 1 330 ['Debug'] 1 Execute load job '{}' in {} 2025-05-26 10:59:59 76. 2236 0.002 152.94 KiB 0.001 1 66 ['Debug'] 0.002 Schedule load job '{}' into {} 2025-05-26 10:59:59 77. 2235 0.002 176.89 KiB 0.001 1 66 ['Debug'] 0.002 Prioritize load job '{}': {} -> {} 2025-05-26 10:59:59 78. 2232 0.002 19.62 KiB 0 2 66 ['Trace'] 0.002 No tables 2025-05-26 10:59:59 79. 2220 0.002 73.71 KiB 0.001 1 401 ['Debug'] 0.501 Change current priority: {} -> {} 2025-05-26 10:59:59 80. 2215 0.002 279.30 KiB 0.002 1 42 ['Debug'] 0 Before join block: '{}' 2025-05-26 10:59:59 81. 2209 0.002 451.84 KiB 0.003 1 42 ['Debug'] 0 After join block: '{}' 2025-05-26 10:59:59 82. 2089 0.002 231.33 KiB 0.002 1246 16 ['Trace'] 1 Executing log entry to merge parts {} to {} 2025-05-26 10:59:59 83. 2011 0.002 120.76 KiB 0.001 29 31 ['Debug'] 1 Part {} is rendered obsolete by fetching part {} 2025-05-26 10:59:59 84. 1953 0.002 416.41 KiB 0.003 1 2 ['Error'] 0 Failed to push block to view {}, {} 2025-05-26 10:59:59 85. 1799 0.002 87.40 KiB 0.001 255 486 ['Debug'] 0.884 Selected {} parts from {} to {} 2025-05-26 10:59:59 86. 1792 0.002 56.92 KiB 0 19 30 ['Debug'] 0 Requested flush up to offset {} 2025-05-26 10:59:59 87. 1768 0.002 215.60 KiB 0.002 1 2 ['Trace'] 1 MemoryTracking: was {}, peak {}, free memory in arenas {}, will set to {} (RSS), difference: {} 2025-05-26 10:59:59 88. 1672 0.002 111.13 KiB 0.001 120 325 ['Trace'] 0.029 Running binary search on index range for part {} ({} marks) 2025-05-26 10:59:59 89. 1672 0.002 47.42 KiB 0 120 325 ['Trace'] 0.029 Found (LEFT) boundary mark: {} 2025-05-26 10:59:59 90. 1672 0.002 49.36 KiB 0 120 325 ['Trace'] 0.029 Found (RIGHT) boundary mark: {} 2025-05-26 10:59:59 91. 1672 0.002 53.19 KiB 0 120 325 ['Trace'] 0.029 Found {} range in {} steps 2025-05-26 10:59:59 92. 1649 0.002 36.00 KiB 0 135 461 ['Trace'] 1 Execution took {} ms. 2025-05-26 10:59:59 93. 1594 0.002 82.50 KiB 0.001 85 44 ['Trace'] 0.805 Finished waiting for outdated data parts to be loaded 2025-05-26 10:59:59 94. 1594 0.002 71.61 KiB 0.001 85 44 ['Trace'] 0.805 Will wait for outdated data parts to be loaded 2025-05-26 10:59:59 95. 1592 0.002 63.74 KiB 0 1 409 ['Debug'] 0.419 Will use old analyzer to prepare mutation 2025-05-26 10:59:59 96. 1491 0.002 118.09 KiB 0.001 1 44 ['Debug'] 0 Merging {} parts: from {} to {} into {} with storage {} 2025-05-26 10:59:59 97. 1491 0.002 50.92 KiB 0 1 44 ['Debug'] 0 Selected MergeAlgorithm: {} 2025-05-26 10:59:59 98. 1484 0.002 190.64 KiB 0.001 1 44 ['Debug'] 0 Merge sorted {} rows, containing {} columns ({} merged, {} gathered) in {} sec., {} rows/sec., {}/sec. 2025-05-26 10:59:59 99. 1482 0.002 87.91 KiB 0.001 257 44 ['Trace'] 0 Merged {} parts: [{}, {}] -> {} 2025-05-26 11:00:00 100. 1478 0.002 43.30 KiB 0 119 481 ['Debug'] 0.975 Updating strategy picker state 2025-05-26 11:00:00 2025-05-26 11:00:00 2025-05-26 11:00:00 2025-05-26 11:00:00 Top messages without format string (fmt::runtime): 2025-05-26 11:00:00 2025-05-26 11:00:00 count pattern runtime_message line 2025-05-26 11:00:00 2025-05-26 11:00:00 1. 14 CodeDBExceptionSyntaxerrorfailed Code: 62. DB::Exception: Syntax error: failed at position 32 ('DROP'): DROP COLUMN c. Expected one of: ALTER command, token, OpeningRoundBracket: In scope SELECT formatQuery('ALTER TABLE a (DROP COLUMN b), DROP COLUMN c'). (SYNTAX_ERROR) (version 24.3.18.1 ('/executeQuery.cpp',219) 2025-05-26 11:00:00 2. 12 CodeDBExceptionEmptyqueryInscope Code: 62. DB::Exception: Empty query: In scope SELECT defaultValueOfTypeName(''). (SYNTAX_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:45176) (comment: 00534_functions_bad_arguments7.sh) (in query: SELECT defaultValueOfTypeNam ('/executeQuery.cpp',219) 2025-05-26 11:00:00 3. 8 CodeDBExceptionParthasalreadybee Code: 384. DB::Exception: Part 3_15_15_0 has already been assigned a merge into 3_0_16_4. (PART_IS_TEMPORARILY_LOCKED) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:52142) (comment: 01154_move_partition_long.sh) (in query: ALTER TABLE ('/executeQuery.cpp',219) 2025-05-26 11:00:00 4. 6 CodeDBExceptionReceivedfromDBExc Code: 516. DB::Exception: Received from 127.0.0.2:9000. DB::Exception: default: Authentication failed: password is incorrect, or there is no user with such name. 2025-05-26 11:00:00 2025-05-26 11:00:00 If you have installed ClickHouse and forgot password you can reset it in the configuration fi ('/executeQuery.cpp',219) 2025-05-26 11:00:00 5. 4 stdexceptionCodetypeboostwrapexc std::exception. Code: 1001, type: boost::wrapexcept, e.what() = Should start with 'MULTIPOLYGON'' in () (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:45176) (comment: 00534_functions_bad_arguments7 ('/executeQuery.cpp',219) 2025-05-26 11:00:00 6. 4 CodeDBExceptionboostwrapexceptbo Code: 1001. DB::Exception: boost::wrapexcept: Should start with 'MULTIPOLYGON'' in (). (STD_EXCEPTION) ('/TCPHandler.cpp',701) 2025-05-26 11:00:00 7. 2 PocoExceptionCodeecodeNetExcepti Poco::Exception. Code: 1000, e.code() = 107, Net Exception: Socket is not connected, Stack trace (when copying this message, always include the lines below): 2025-05-26 11:00:00 2025-05-26 11:00:00 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, ('/Exception.cpp',222) 2025-05-26 11:00:00 8. 2 CodeDBExceptionSyntaxerrorcolumn Code: 62. DB::Exception: Syntax error (columns declaration list): failed at position 1 (''): . Unrecognized token: ''. (SYNTAX_ERROR) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:39844) (comment: 00746_sql_fuzzy.sh) (in query: SEL ('/executeQuery.cpp',219) 2025-05-26 11:00:00 9. 1 Electiontimeoutinitiateleaderele Election timeout, initiate leader election ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 10. 1 bgappendentriesthreadinitiated bg append_entries thread initiated ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 11. 1 newelectiontimeoutrange new election timeout range: 0 - 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 12. 1 newconfigurationlogidxprevlogidx new configuration: log idx 1, prev log idx 0 2025-05-26 11:00:00 peer 1, DC ID 0, localhost:9234, voting member, 1 2025-05-26 11:00:00 my id: 1, leader: 1, term: 1 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 13. 1 invalidelectiontimeoutupperbound invalid election timeout upper bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 14. 1 statemachinecommitindexprecommit state machine commit index 0, precommit index 0, last log index 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 15. 1 Forkedachildprocesstowatch Forked a child process to watch ('',0) 2025-05-26 11:00:00 16. 1 IfthesignaturecheckfailedThiscou If the signature check failed. This could be because of a time skew. Attempting to adjust the signer. ('/AWSLogger.cpp',71) 2025-05-26 11:00:00 17. 1 INITRAFTSERVERcommitindextermele === INIT RAFT SERVER === 2025-05-26 11:00:00 commit index 0 2025-05-26 11:00:00 term 0 2025-05-26 11:00:00 election timer allowed 2025-05-26 11:00:00 log store start 1, end 0 2025-05-26 11:00:00 config log idx 0, prev log idx 0 2025-05-26 11:00:00 -- ASYNC REPLICATION -- ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 18. 1 configatindexiscommittedprevconf config at index 1 is committed, prev config log idx 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 19. 1 ('/logTrace.cpp',50) 2025-05-26 11:00:00 20. 1 peerDCIDlocalhostvotingmembermyi peer 1: DC ID 0, localhost:9234, voting member, 1 2025-05-26 11:00:00 my id: 1, voting_member 2025-05-26 11:00:00 num peers: 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 21. 1 PRIORITYdecaytargetmine [PRIORITY] decay, target 1 -> 1, mine 1 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 22. 1 BECOMELEADERappendednewconfigat [BECOME LEADER] appended new config at 1 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 23. 1 invalidelectiontimeoutlowerbound invalid election timeout lower bound detected, adjusted to 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 24. 1 ELECTIONTIMEOUTcurrentrolefollow [ELECTION TIMEOUT] current role: follower, log last term 0, state term 0, target p 1, my p 1, hb dead, pre-vote NOT done ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 25. 1 startingup starting up ('',0) 2025-05-26 11:00:00 26. 1 newconfiglogidxprevlogidxcurconf new config log idx 1, prev log idx 0, cur config log idx 0, prev log idx 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 27. 1 globalmanagerdoesnotexistwilluse global manager does not exist. will use local thread for commit and append ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 28. 1 numberofpendingcommitelements number of pending commit elements: 0 ('/LoggerWrapper.h',43) 2025-05-26 11:00:00 29. 1 RaftASIOlistenerinitiatedonunsec Raft ASIO listener initiated on :::9234, unsecured ('/LoggerWrapper.h',43) 2025-05-26 11:00:19 30. 1 VOTEINITmyidmyrolecandidateterml [VOTE INIT] my id 1, my role candidate, term 1, log idx 0, log term 0, priority (target 1 / mine 1) ('/LoggerWrapper.h',43) 2025-05-26 11:00:19 2025-05-26 11:00:19 2025-05-26 11:00:19 2025-05-26 11:00:19 Top messages not matching their format strings: 2025-05-26 11:00:19 2025-05-26 11:00:19 message_format_string count() any_message 2025-05-26 11:00:19 2025-05-26 11:00:19 1. Query {} to stage {}{} 30 Query SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('����')) AS `stringJaccardIndexUTF8(materialize('hello'), materialize('����'))` FROM system.one AS __table1 to stage Complete 2025-05-26 11:00:19 2. Query {} from stage {} to stage {}{} 30 Query SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('����')) AS `stringJaccardIndexUTF8(materialize('hello'), materialize('����'))` FROM system.one AS __table1 from stage FetchColumns to stage Complete 2025-05-26 11:00:19 3. 28 Forked a child process to watch 2025-05-26 11:00:19 4. Illegal UTF-8 sequence, while processing '{}' 12 Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8(materialize('hello'_String) :: 3, materialize('�'_String) :: 1) -> stringJaccardIndexUTF8(materialize('hello'_String), materialize('�'_String)) Float64 : 2'. (BAD_ARGUMENTS) (version 24.3.18.10389.altinitystable (altinity build)) (from [::1]:33124) (comment: 02884_string_distance_function.sql) (in query: SELECT stringJaccardIndexUTF8(materialize('hello'), materialize('\xC2\x01'));), Stack trace (when copying this message, always include the lines below): 2025-05-26 11:00:19 2025-05-26 11:00:19 0. ./contrib/llvm-project/libcxx/include/exception:141: Poco::Exception::Exception(String const&, int) @ 0x000000003e88dd09 2025-05-26 11:00:19 1. ./build_docker/./src/Common/Exception.cpp:96: DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000001f0e7d13 2025-05-26 11:00:19 2. DB::Exception::Exception(int, FormatStringHelperImpl::type>, StringRef&&) @ 0x000000000a519196 2025-05-26 11:00:19 3. DB::ByteJaccardIndexImpl::process(char const*, unsigned long, char const*, unsigned long) @ 0x000000000a51f2bb 2025-05-26 11:00:19 4. DB::FunctionsStringSimilarity>, DB::NameJaccardIndexUTF8>::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x000000000a51b009 2025-05-26 11:00:19 5. DB::FunctionToExecutableFunctionAdaptor::executeImpl(std::vector> const&, std::shared_ptr const&, unsigned long) const @ 0x0000000008eb3038 2025-05-26 11:00:19 6. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutLowCardinalityColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd2453d 2025-05-26 11:00:19 7. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::executeWithoutSparseColumns(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd26477 2025-05-26 11:00:19 8. ./build_docker/./src/Functions/IFunction.cpp:0: DB::IExecutableFunction::execute(std::vector> const&, std::shared_ptr const&, unsigned long, bool) const @ 0x000000002fd2d3c6 2025-05-26 11:00:19 9. ./contrib/boost/boost/smart_ptr/intrusive_ptr.hpp:124: DB::ExpressionActions::execute(DB::Block&, unsigned long&, bool, bool) const @ 0x0000000032bcbef2 2025-05-26 11:00:19 10. ./build_docker/./src/Processors/Transforms/ExpressionTransform.cpp:0: DB::ExpressionTransform::transform(DB::Chunk&) @ 0x000000003aff79be 2025-05-26 11:00:19 11. ./contrib/llvm-project/libcxx/include/__utility/swap.h:35: DB::ISimpleTransform::transform(DB::Chunk&, DB::Chunk&) @ 0x00000000253473a1 2025-05-26 11:00:19 12. ./build_docker/./src/Processors/ISimpleTransform.cpp:99: DB::ISimpleTransform::work() @ 0x000000003a62597e 2025-05-26 11:00:19 13. ./contrib/llvm-project/libcxx/include/list:588: DB::ExecutionThreadContext::executeTask() @ 0x000000003a6952d7 2025-05-26 11:00:19 14. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:273: DB::PipelineExecutor::executeSingleThread(unsigned long) @ 0x000000003a6649a7 2025-05-26 11:00:19 15. ./build_docker/./src/Processors/Executors/PipelineExecutor.cpp:410: DB::PipelineExecutor::executeImpl(unsigned long, bool) @ 0x000000003a660c44 2025-05-26 11:00:19 16. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:274: DB::PipelineExecutor::execute(unsigned long, bool) @ 0x000000003a6606a8 2025-05-26 11:00:19 17. ./build_docker/./src/Processors/Executors/PullingAsyncPipelineExecutor.cpp:0: void std::__function::__policy_invoker::__call_impl::ThreadFromGlobalPoolImpl(DB::PullingAsyncPipelineExecutor::pull(DB::Chunk&, unsigned long)::$_0&&)::'lambda'(), void ()>>(std::__function::__policy_storage const*) @ 0x000000003a6a07dd 2025-05-26 11:00:19 18. ./base/base/../base/wide_integer_impl.h:810: ThreadPoolImpl::worker(std::__list_iterator) @ 0x000000001f31a935 2025-05-26 11:00:19 19. ./contrib/llvm-project/libcxx/include/__memory/unique_ptr.h:303: void* std::__thread_proxy[abi:v15000]>, void ThreadPoolImpl::scheduleImpl(std::function, Priority, std::optional, bool)::'lambda0'()>>(void*) @ 0x000000001f328a2b 2025-05-26 11:00:19 20. ? @ 0x00007f78a77ceac3 2025-05-26 11:00:19 21. ? @ 0x00007f78a7860850 2025-05-26 11:00:19 2025-05-26 11:00:19 5. {} is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) 2 /var/lib/clickhouse/store/957/9571b36a-000c-4481-a178-a985a808a33f/tmp_merge_all_19_24_1/ is in use (by merge/mutation/INSERT) (consider increasing temporary_directories_lifetime setting) (skipped 6 similar messages) 2025-05-26 11:00:19 6. (from {}{}{}){}{} {} (stage: {}) 2 (from [::1]:50770) (comment: 02687_native_fuzz.sql) -- It correctly throws exception about incorrect data instead of a low-level exception about the allocator: 2025-05-26 11:00:19 SELECT * FROM format(Native, 'WatchID Int64, JavaEnable Int16, UTMCaTitle String, GoodEvent Int16, EventTime DateTime, EventDate Date, Countem String, FromTag String, HasGCLID Int16, RefererHash Int64, URLHash Int64, CLID Int16', $$ ��������������������������������������������������������������������������'���X+��'���X+��'���URLHashInt64�|3��b.��|3��b.��|3��b.��|3��b.�� 2025-05-26 11:00:19 o���e�� �#�\X-h��X v�v����h��9�D�|3��b.�CLIDInt32�$$); (stage: Complete) 2025-05-26 11:00:19 2025-05-26 11:00:19 2025-05-26 11:00:19 2025-05-26 11:00:19 Top short messages: 2025-05-26 11:00:19 2025-05-26 11:00:19 c message_format_string substr(any(message), 1, 120) min_length_without_exception_boilerplate 2025-05-26 11:00:19 2025-05-26 11:00:19 1. 501 {}:{}: '{}' src/Processors/Transforms/MergeJoinTransform.cpp:836: ' UInt8(size = 1) UInt8(size = 1) UInt8(size = 1)' 30 2025-05-26 11:00:19 2. 12 Illegal UTF-8 sequence, while processing '{}' Code: 36. DB::Exception: Illegal UTF-8 sequence, while processing '�': while executing 'FUNCTION stringJaccardIndexUTF8 -1 2025-05-26 11:00:19 3. 6 Creating {}: {} Creating table test_itxri4lf.tbl: CREATE TABLE IF NOT EXISTS test_itxri4lf.tbl UUID 'd84e7410-f69d-46df-9028-ce57b4f816d 124 2025-05-26 11:00:19 4. 6 Bad SSH public key provided Code: 706. DB::Exception: Bad SSH public key provided. (LIBSSH_ERROR) (version 24.3.18.10389.altinitystable (altinity bu 29 2025-05-26 11:00:19 5. 5 {} Server was built with sanitizer. It will work slowly. 27 2025-05-26 11:00:19 6. 5 Froze {} parts Froze 1 parts -13 2025-05-26 11:00:19 7. 2 Invalid cache key hex: {} Code: 36. DB::Exception: Invalid cache key hex: kek. (BAD_ARGUMENTS) (version 24.3.18.10389.altinitystable (altinity bui 27 2025-05-26 11:00:19 8. 2 Unknown statistic column: {} Code: 708. DB::Exception: Unknown statistic column: b. (ILLEGAL_STATISTIC) (version 24.3.18.10389.altinitystable (altini 29 2025-05-26 11:00:19 2025-05-26 11:00:19 2025-05-26 11:00:19 2025-05-26 11:00:19 Top messages by level: 2025-05-26 11:00:19 2025-05-26 11:00:19 (0.0048329126457144255,'Number of arguments for function {} doesn\'t match: passed {}, should be {}') Error 2025-05-26 11:00:19 (0.00035297800214450787,'Destination table {} has different type of column {} ({} != {}). Data from destination table are converted.') Warning 2025-05-26 11:00:19 (0.00328447140989182,'Sorting and writing part of data into temporary file {}') Information 2025-05-26 11:00:19 (0.04101537785296135,'(from {}{}{}){}{} {} (stage: {})') Debug 2025-05-26 11:00:19 (0.05081440239048247,'Access granted: {}{}') Trace 2025-05-26 11:00:19 2025-05-26 11:00:19 + set -e + [[ 0 -eq 124 ]] + return 0 Files in current directory + echo 'Files in current directory' + ls -la ./ total 137468 drwxr-xr-x 1 root root 4096 May 26 10:48 . drwxr-xr-x 1 root root 4096 May 26 10:48 .. -rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 10:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 10:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 48360 May 26 11:00 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 10:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 10:19 broken_tests.json drwxr-xr-x 8 root root 4096 May 26 10:30 clickhouse-local-27293-1748266223-5654072517771359550 drwxr-x--- 4 root root 4096 May 26 10:48 data drwxr-xr-x 5 root root 340 May 26 10:22 dev -rwxr-xr-x 1 root root 0 May 26 10:22 .dockerenv drwxr-xr-x 1 root root 4096 May 26 10:23 etc drwxr-x--- 2 root root 4096 May 26 10:48 flags drwxr-x--- 2 root root 4096 May 26 10:48 format_schemas drwxr-xr-x 1 1000 1000 4096 May 26 10:23 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media drwxr-x--- 2 root root 4096 May 26 10:48 metadata drwxr-x--- 2 root root 4096 May 26 10:48 metadata_dropped -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 10:23 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-x--- 2 root root 4096 May 26 10:48 named_collections drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 10:22 package_folder drwxr-x--- 2 root root 4096 May 26 10:47 preprocessed_configs dr-xr-xr-x 310 root root 0 May 26 10:22 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 May 26 10:41 root drwxr-xr-x 1 root root 4096 May 26 10:23 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 10:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-r----- 1 root root 64 May 26 10:48 status drwxr-x--- 4 root root 4096 May 26 10:48 store -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 10:22 sys drwxrwxr-x 2 1000 1000 4096 May 26 10:24 test_output drwxrwxrwt 1 root root 36864 May 26 11:00 tmp drwxr-xr-x 2 root root 4096 May 26 10:24 user_defined drwxr-x--- 2 root root 4096 May 26 10:48 user_files drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib -rw-r----- 1 root root 36 May 26 10:48 uuid drwxr-xr-x 1 root root 4096 Sep 11 2024 var + echo 'Files in root directory' + ls -la / Files in root directory total 137468 drwxr-xr-x 1 root root 4096 May 26 10:48 . drwxr-xr-x 1 root root 4096 May 26 10:48 .. -rw-rw-r-- 1 1000 1000 300 May 26 10:19 analyzer_tech_debt.txt -rw-rw-r-- 1 root root 1566 Oct 31 2024 attach_gdb.lib -rw-r--r-- 1 root root 1481 May 26 10:23 __azurite_db_blob_extent__.json -rw-r--r-- 1 root root 4237 May 26 10:23 __azurite_db_blob__.json -rw-r--r-- 1 root root 48360 May 26 11:00 azurite_log lrwxrwxrwx 1 root root 7 Sep 11 2024 bin -> usr/bin drwxr-xr-x 2 root root 4096 May 26 10:23 __blobstorage__ drwxr-xr-x 2 root root 4096 Apr 18 2022 boot -rw-rw-r-- 1 1000 1000 4003 May 26 10:19 broken_tests.json drwxr-xr-x 8 root root 4096 May 26 10:30 clickhouse-local-27293-1748266223-5654072517771359550 drwxr-x--- 4 root root 4096 May 26 10:48 data drwxr-xr-x 5 root root 340 May 26 10:22 dev -rwxr-xr-x 1 root root 0 May 26 10:22 .dockerenv drwxr-xr-x 1 root root 4096 May 26 10:23 etc drwxr-x--- 2 root root 4096 May 26 10:48 flags drwxr-x--- 2 root root 4096 May 26 10:48 format_schemas drwxr-xr-x 1 1000 1000 4096 May 26 10:23 hadoop-3.3.1 drwxr-xr-x 2 root root 4096 Apr 18 2022 home lrwxrwxrwx 1 root root 7 Sep 11 2024 lib -> usr/lib lrwxrwxrwx 1 root root 9 Sep 11 2024 lib32 -> usr/lib32 lrwxrwxrwx 1 root root 9 Sep 11 2024 lib64 -> usr/lib64 lrwxrwxrwx 1 root root 10 Sep 11 2024 libx32 -> usr/libx32 -rwxr-xr-x 1 root root 21843968 Oct 31 2024 mc drwxr-xr-x 2 root root 4096 Sep 11 2024 media drwxr-x--- 2 root root 4096 May 26 10:48 metadata drwxr-x--- 2 root root 4096 May 26 10:48 metadata_dropped -rwxr-xr-x 1 root root 118595584 Oct 31 2024 minio drwxr-xr-x 4 root root 4096 May 26 10:23 minio_data drwxr-xr-x 2 root root 4096 Sep 11 2024 mnt drwxr-x--- 2 root root 4096 May 26 10:48 named_collections drwxr-xr-x 2 root root 4096 Sep 11 2024 opt -rw-r--r-- 1 root root 0 Feb 14 2024 .package-cache-mutate drwxrwxr-x 2 1000 1000 4096 May 26 10:22 package_folder drwxr-x--- 2 root root 4096 May 26 10:47 preprocessed_configs dr-xr-xr-x 310 root root 0 May 26 10:22 proc -rwxrwxr-x 1 root root 8329 Oct 31 2024 process_functional_tests_result.py drwx------ 1 root root 4096 May 26 10:41 root drwxr-xr-x 1 root root 4096 May 26 10:23 run -rwxrwxr-x 1 root root 16095 Oct 31 2024 run.sh lrwxrwxrwx 1 root root 8 Sep 11 2024 sbin -> usr/sbin -rw-r--r-- 1 root root 462 May 26 10:23 script.gdb -rwxrwxr-x 1 root root 10462 Oct 31 2024 setup_export_logs.sh -rwxrwxr-x 1 root root 351 Oct 31 2024 setup_hdfs_minicluster.sh -rwxrwxr-x 1 root root 3464 Oct 31 2024 setup_minio.sh drwxr-xr-x 2 root root 4096 Sep 11 2024 srv -rw-r----- 1 root root 64 May 26 10:48 status drwxr-x--- 4 root root 4096 May 26 10:48 store -rw-rw-r-- 1 root root 13192 Oct 31 2024 stress_tests.lib dr-xr-xr-x 13 root root 0 May 26 10:22 sys drwxrwxr-x 2 1000 1000 4096 May 26 10:24 test_output drwxrwxrwt 1 root root 36864 May 26 11:00 tmp drwxr-xr-x 2 root root 4096 May 26 10:24 user_defined drwxr-x--- 2 root root 4096 May 26 10:48 user_files drwxr-xr-x 1 root root 4096 Sep 11 2024 usr -rw-rw-r-- 1 root root 833 Oct 31 2024 utils.lib -rw-r----- 1 root root 36 May 26 10:48 uuid drwxr-xr-x 1 root root 4096 Sep 11 2024 var + /process_functional_tests_result.py 2025-05-26 11:00:20,044 File /analyzer_tech_debt.txt with broken tests found 2025-05-26 11:00:20,045 File /broken_tests.json with broken tests found 2025-05-26 11:00:20,045 Broken tests in the list: 38 2025-05-26 11:00:20,046 Find files in result folder test_result.txt,gdb.log,run.log,garbage.log 2025-05-26 11:00:20,055 Is flaky check: False 2025-05-26 11:00:20,055 Result parsed 2025-05-26 11:00:20,056 Result written + clickhouse-client -q 'system flush logs' Detach all logs replication + stop_logs_replication + echo 'Detach all logs replication' + clickhouse-client --query 'select database||'\''.'\''||table from system.tables where database = '\''system'\'' and (table like '\''%_sender'\'' or table like '\''%_watcher'\'')' + tee /dev/stderr + xargs -n1 -r -i clickhouse-client --query 'drop table {}' xargs: warning: options --max-args and --replace/-I/-i are mutually exclusive, ignoring previous --max-args value + failed_to_save_logs=0 + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.query_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.query_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.zookeeper_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\8 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.trace_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\4 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log ++ clickhouse-client -q 'select * from system.trace_log format TSVWithNamesAndTypes' ++ zstd --threads=0 ++ clickhouse-client -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' ++ zstd --threads=0 + err='++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.transactions_info_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\1\6 ]] + failed_to_save_logs=1 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + err='++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + echo '++ clickhouse-client -q '\''select * from system.metric_log format TSVWithNamesAndTypes'\'' ++ zstd --threads=0' + [[ 0 != \1\0\5 ]] + failed_to_save_logs=1 + [[ -n '' ]] + sudo clickhouse stop ++ clickhouse-client -q 'select * from system.metric_log format TSVWithNamesAndTypes' ++ zstd --threads=0 script.gdb:13: Error in sourced command file: No stack. /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Sent terminate signal to process with pid 733. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 is running. Waiting for server to stop /var/run/clickhouse-server/clickhouse-server.pid file exists and contains pid = 733. The process with pid = 733 does not exist. Server stopped + [[ -n '' ]] + rg -Fa '' /var/log/clickhouse-server/clickhouse-server.log + : + rg -A50 -Fa ============ /var/log/clickhouse-server/stderr.log + : + data_path_config=--path=/var/lib/clickhouse/ + [[ -n '' ]] + zstd --threads=0 + '[' 1 -ne 0 ']' + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.query_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.zookeeper_log format TSVWithNamesAndTypes' + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.trace_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + zstd --threads=0 + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.transactions_info_log format TSVWithNamesAndTypes' + [[ -n '' ]] + for table in query_log zookeeper_log trace_log transactions_info_log metric_log + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables --stacktrace -q 'select * from system.metric_log format TSVWithNamesAndTypes' + zstd --threads=0 + [[ -n '' ]] + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''CPU'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Memory'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + for trace_type in CPU Memory Real + clickhouse-local --path=/var/lib/clickhouse/ --only-system-tables -q ' select arrayStringConcat((arrayMap(x -> concat(splitByChar('\''/'\'', addressToLine(x))[-1], '\''#'\'', demangle(addressToSymbol(x)) ), trace)), '\'';'\'') AS stack, count(*) AS samples from system.trace_log where trace_type = '\''Real'\'' group by trace order by samples desc settings allow_introspection_functions = 1 format TabSeparated' + zstd --threads=0 + rm /var/log/clickhouse-server/clickhouse-server.log + mv /var/log/clickhouse-server/stderr.log /test_output/ + [[ -n '' ]] + tar -chf /test_output/coordination.tar /var/lib/clickhouse/coordination tar: Removing leading `/' from member names tar: Removing leading `/' from hard link targets + [[ -n '' ]]